mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
changes attack hand to return
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
return src.attack_hand(user)
|
return src.attack_hand(user)
|
||||||
|
|
||||||
/obj/machinery/igniter/attack_paw(mob/user as mob)
|
/obj/machinery/igniter/attack_paw(mob/user as mob)
|
||||||
src.attack_hand(user)
|
return
|
||||||
|
|
||||||
/obj/machinery/igniter/attack_hand(mob/user as mob)
|
/obj/machinery/igniter/attack_hand(mob/user as mob)
|
||||||
if(..())
|
if(..())
|
||||||
@@ -154,4 +154,4 @@
|
|||||||
icon_state = "launcherbtt"
|
icon_state = "launcherbtt"
|
||||||
active = 0
|
active = 0
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user