Mousedrop runtime fix.

This commit is contained in:
Zuhayr
2015-09-05 14:45:57 +09:30
parent a41ce0bd93
commit 1c2cea708d
@@ -1395,7 +1395,7 @@
/mob/living/carbon/human/MouseDrop(var/atom/over_object)
var/mob/living/carbon/human/H = over_object
if(holder_type && a_intent == "help" && H.a_intent == "help" && istype(H) && !issmall(H) && Adjacent(H))
if(holder_type && a_intent == "help" && istype(H) && H.a_intent == "help" && !issmall(H) && Adjacent(H))
get_scooped(H)
return
return ..()