From 4ffd1a94e6b9cddfddc8c31f6cc4bc28b0518575 Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Sat, 8 Nov 2014 14:21:04 -0500 Subject: [PATCH] M1911P Fix Forgot to reset the M1911P's weight and slot flags, since it's a child of the pulse rifle. My bad. --- code/modules/projectiles/guns/energy/pulse.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/pulse.dm b/code/modules/projectiles/guns/energy/pulse.dm index 27919a562ed..1e480ebe37c 100644 --- a/code/modules/projectiles/guns/energy/pulse.dm +++ b/code/modules/projectiles/guns/energy/pulse.dm @@ -68,6 +68,7 @@ desc = "It's not the size of the gun, it's the size of the hole it puts through people." icon_state = "m1911-p" cell_type = "/obj/item/weapon/cell/infinite" - + w_class = 3.0 + slot_flags = SLOT_BELT isHandgun() return 1 \ No newline at end of file