mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #12066 from feemjmeem/12013-fix
tank suicide now drops items in hand, shreds clothing
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
playsound(loc, 'sound/effects/spray.ogg', 10, 1, -3)
|
||||
sleep(3)
|
||||
if (H && !qdeleted(H))
|
||||
H.drop_l_hand()
|
||||
H.drop_r_hand()
|
||||
H.shred_clothing(1,150)
|
||||
H.gib()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user