Update gun.dm (#27776)

This commit is contained in:
kevinz000
2017-05-28 23:15:47 -07:00
committed by KorPhaeron
parent 0d7ae31f0e
commit 6cfbab9e2e
+3 -1
View File
@@ -297,7 +297,9 @@
if(bayonet)
M.attackby(bayonet, user)
return
return ..()
else
return ..()
return
/obj/item/weapon/gun/attack_obj(obj/O, mob/user)
if(user.a_intent == INTENT_HARM)