This commit is contained in:
silicons
2020-07-24 20:37:02 -07:00
parent 46fc0b6ae5
commit 44d3a0aa27
8 changed files with 42 additions and 30 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
if(!CHECK_MOBILITY(L, MOBILITY_USE))
to_chat(L, "<span class='warning'>You are unable to raise [src] right now!</span>")
return
afterattack(target, user, FALSE, params)
return afterattack(target, user, FALSE, params)
// Called when the item is in the active hand, and clicked; alternately, there is an 'activate held object' verb or you can hit pagedown.
/obj/item/proc/attack_self(mob/user)