Merge pull request #9435 from Linzolle/firefix

fix fireman carry offhand not automatically deleting itself
This commit is contained in:
kevinz000
2019-10-11 12:09:14 -07:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
@@ -865,7 +865,7 @@
piggyback(target)
return
//If you dragged them to you and you're aggressively grabbing try to fireman carry them
else if(user != target && can_be_firemanned(target))
else if(user != target)
fireman_carry(target)
return
. = ..()