Merge pull request #3064 from Citadel-Station-13/upstream-merge-31177

[MIRROR] Ashwalker tendrils now drop everything on victims before consuming
This commit is contained in:
LetterJay
2017-10-01 23:39:48 -04:00
committed by GitHub

View File

@@ -25,6 +25,9 @@
if(H.stat)
visible_message("<span class='warning'>Serrated tendrils eagerly pull [H] to [src], tearing the body apart as its blood seeps over the eggs.</span>")
playsound(get_turf(src),'sound/magic/demon_consume.ogg', 100, 1)
for(var/obj/item/W in H)
if(!H.dropItemToGround(W))
qdel(W)
if(ismegafauna(H))
meat_counter += 20
else