mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
tank suicide now drops items in hand, shreds clothes to reduce chance of removing items from round
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