Update human.dm

This commit is contained in:
silicons
2021-01-27 20:49:56 -07:00
committed by GitHub
parent 1c99225fbd
commit fa2754c0fe
@@ -945,7 +945,7 @@
piggyback(target)
return
//If you dragged them to you and you're aggressively grabbing try to fireman carry them
else if(user != target)
else if(user == src)
if(user.a_intent == INTENT_GRAB)
fireman_carry(target)
return