fixes the C4 bug

This commit is contained in:
chopchop1614
2016-08-02 21:58:22 +01:00
parent 9ffc341f49
commit 2d0658f2c9
+1 -1
View File
@@ -23,7 +23,7 @@
/obj/item/clothing/suit/storage/attackby(obj/item/W as obj, mob/user as mob, params)
..()
pockets.attackby(W, user, params)
return pockets.attackby(W, user, params)
/obj/item/clothing/suit/storage/emp_act(severity)
pockets.emp_act(severity)