Ashwalker tendrils now drop everything on victims before consuming (#31177)

* Update ash_walker_den.dm

* Update ash_walker_den.dm
This commit is contained in:
kevinz000
2017-10-01 13:21:23 -07:00
committed by CitadelStationBot
parent 1057b4b636
commit 4274a875db

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