diff --git a/app/(wiki)/kitchen-sink/page.tsx b/app/(wiki)/kitchen-sink/page.tsx
index a3c241e8..246821b4 100644
--- a/app/(wiki)/kitchen-sink/page.tsx
+++ b/app/(wiki)/kitchen-sink/page.tsx
@@ -36,9 +36,7 @@ export default function Kitchen() {
["bleh", ":3", "silly"]
]}
/>
-
-
+
+ Gun Bullet Damage Table
+
+ )}
+ className="my-4"
+ >
+
+
+ [gun.name, gun.ballistics.damage]
+ ).sort((a, b) => (Number(b[1]) - Number(a[1])))
+ ]}
+ />
+
+
+
+ Gun Capacity Table
+
+ )}
+ className="my-4"
+ >
+
+
+ [gun.name, gun.capacity, gun.extendedCapacity ?? gun.capacity]
+ ).sort((a, b) => (Number(b[1]) - Number(a[1])))
+ ]}
+ />
+
+
diff --git a/app/(wiki)/weapons/page.tsx b/app/(wiki)/weapons/page.tsx
index 294c0b59..245fdd34 100644
--- a/app/(wiki)/weapons/page.tsx
+++ b/app/(wiki)/weapons/page.tsx
@@ -134,29 +134,29 @@ export default function WeaponsPage() {
- Gun DPS Table
+ Gun Comparer
)}
className="my-4"
>
- Gun Comparer
+ Gun DPS Table
)}
className="my-4"
>