This commit is contained in:
kappa-sama
2019-12-08 03:54:29 -05:00
committed by GitHub
parent 52a050e9ee
commit 48be47d4d1
@@ -866,7 +866,7 @@
piggyback(target)
return
//If you dragged them to you and you're aggressively grabbing try to fireman carry them
else if(user != target && user.a_intent = INTENT_HELP)
else if(user != target && user.a_intent == INTENT_HELP)
fireman_carry(target)
return
. = ..()