Merge pull request #12066 from feemjmeem/12013-fix

tank suicide now drops items in hand, shreds clothing
This commit is contained in:
Razharas
2015-09-30 23:12:26 +03:00
@@ -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