Skip to content

Commit

Permalink
tank suicide now drops items in hand, shreds clothes to reduce chance…
Browse files Browse the repository at this point in the history
… of removing items from round
  • Loading branch information
feemjmeem committed Sep 28, 2015
1 parent ba07442 commit 2f6f8b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/weapons/tanks/tanks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f6f8b7

Please sign in to comment.