Beepsky Retaliate Fix (#42007)

* beepsky retaliate fix

* similar bugs

* im stupid
This commit is contained in:
Garen Crownguard
2018-12-20 16:05:35 -05:00
committed by moo
parent e2fed2b142
commit 00a141a50b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -389,7 +389,7 @@
var/mob/living/living_user = usr
var/obj/item/item_in_hand = living_user.get_active_held_item()
if(!item_in_hand || !item_in_hand.tool_behaviour == TOOL_MULTITOOL)
if(!item_in_hand || item_in_hand.tool_behaviour != TOOL_MULTITOOL)
to_chat(living_user, "<span class='warning'>You need a multitool!</span>")
return