From 7b1f8a9994ee2d86da2fcf1a611c06a857ca91ea Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 9 Apr 2014 14:07:16 -0700 Subject: [PATCH] changes attack hand to return --- code/game/machinery/igniter.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/igniter.dm b/code/game/machinery/igniter.dm index 774d2c265a..7f108d8d86 100755 --- a/code/game/machinery/igniter.dm +++ b/code/game/machinery/igniter.dm @@ -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(..()) @@ -154,4 +154,4 @@ icon_state = "launcherbtt" active = 0 - return \ No newline at end of file + return