mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-20 12:44:23 +01:00
Merge pull request #9435 from Linzolle/firefix
fix fireman carry offhand not automatically deleting itself
This commit is contained in:
@@ -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
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user