diff --git a/_maps/shuttles/independent/independent_kilo.dmm b/_maps/shuttles/independent/independent_kilo.dmm index 7783dff02df5..d0d7523167b9 100644 --- a/_maps/shuttles/independent/independent_kilo.dmm +++ b/_maps/shuttles/independent/independent_kilo.dmm @@ -662,12 +662,10 @@ dir = 8 }, /obj/item/storage/box/ammo/a12g_rubbershot, -/obj/item/gun/ballistic/shotgun/doublebarrel/presawn{ - default_ammo_type = 0 - }, /obj/structure/cable/pink{ icon_state = "4-10" }, +/obj/item/gun/ballistic/shotgun/doublebarrel/presawn/empty, /turf/open/floor/plasteel/dark, /area/ship/bridge) "gs" = ( diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 567862ca1791..a519dc257ae6 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -353,6 +353,8 @@ EMPTY_GUN_HELPER(shotgun/doublebarrel) /obj/item/ammo_box/magazine/internal/shot/dual/lethal, ) +EMPTY_GUN_HELPER(shotgun/doublebarrel/presawn) + /obj/item/gun/ballistic/shotgun/doublebarrel/roumain name = "HP antique double-barreled shotgun" desc = "A special-edition shotgun hand-made by Hunter's Pride with a high-quality walnut stock inlaid with brass scrollwork. Shotguns like this are very rare outside of the Saint-Roumain Militia's ranks. Otherwise functionally identical to a common double-barreled shotgun. Chambered in 12g."