This commit is contained in:
kappa-sama
2019-12-08 03:51:36 -05:00
committed by GitHub
parent 10c844e70d
commit b015d2571a
@@ -867,7 +867,7 @@
return
//If you dragged them to you and you're aggressively grabbing try to fireman carry them
else if(user != target)
if(user.a_intent = INTENT_HELP)
if(user.a_intent == INTENT_HELP)
fireman_carry(target)
return
. = ..()