From 6c71a7724f2fb1caf03e8b8711db730623e96e51 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Sun, 23 Nov 2025 01:29:26 -0500 Subject: [PATCH] Change Runtimestation pistol ammo (#94086) ## About The Pull Request The pistol on the table is a Makarov that takes 9mm ammo but there's a 10mm box on the table ## Why It's Good For The Game Correct ammo ## Changelog N/A --- _maps/map_files/debug/runtimestation.dmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_maps/map_files/debug/runtimestation.dmm b/_maps/map_files/debug/runtimestation.dmm index 09e170ffb6f..0ed16cacc1f 100644 --- a/_maps/map_files/debug/runtimestation.dmm +++ b/_maps/map_files/debug/runtimestation.dmm @@ -1797,7 +1797,7 @@ /area/station/command/bridge) "BG" = ( /obj/structure/table, -/obj/item/ammo_box/c10mm, +/obj/item/ammo_box/c9mm, /obj/item/gun/ballistic/automatic/pistol, /turf/open/floor/iron, /area/station/command/bridge)