tank suicide now drops items in hand, shreds clothes to reduce chance of removing items from round

This commit is contained in:
Marc R. Uchniat
2015-09-28 12:23:40 -07:00
parent ba07442a69
commit 2f6f8b7362
@@ -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