s/"help"/I_HELP/g

This commit is contained in:
Joseph Heinemeyer
2015-12-12 15:24:13 -07:00
parent a97da84b18
commit a5b0f86c19

View File

@@ -1379,7 +1379,7 @@
/mob/living/carbon/human/MouseDrop(var/atom/over_object)
var/mob/living/carbon/human/H = over_object
if(holder_type && a_intent == "help" && istype(H) && H == usr && H.a_intent == "help" && !issmall(H) && Adjacent(H))
if(holder_type && a_intent == I_HELP && istype(H) && H == usr && H.a_intent == I_HELP && !issmall(H) && Adjacent(H))
get_scooped(H)
return
return ..()