changes attack hand to return

This commit is contained in:
Iamgoofball
2014-04-09 14:07:16 -07:00
parent 238451dbc9
commit 7b1f8a9994

View File

@@ -14,7 +14,7 @@
return src.attack_hand(user)
/obj/machinery/igniter/attack_paw(mob/user as mob)
src.attack_hand(user)
return
/obj/machinery/igniter/attack_hand(mob/user as mob)
if(..())