From 6c18b55e67411b1ef51d17e9108e2284ee92b39d Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Wed, 7 Feb 2018 09:07:51 +0800 Subject: [PATCH] Fixes the Mk.37F ejecting broken foam dart "casings" (#5336) * one pump chump * 0 and 1 what is their point of intersection? --- code/citadel/cit_guns.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index a0a80bdbfb..7818f47a05 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -1155,6 +1155,7 @@ obj/item/projectile/bullet/c10mm/soporific pin = /obj/item/device/firing_pin spawnwithmagazine = TRUE obj_flags = 0 + casing_ejector = FALSE mag_type = /obj/item/ammo_box/magazine/toy/pistol can_suppress = FALSE actions_types = list(/datum/action/item_action/pick_color)