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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user