Walker tendrils strip mobs before gibbing now

This commit is contained in:
Cheridan
2016-05-02 14:38:41 -05:00
parent 6db3624cf8
commit d67922d626
+2
View File
@@ -208,6 +208,8 @@
meat_counter += 20
else
meat_counter ++
for(var/obj/item/W in H)
H.unEquip(W)
H.gib()
/mob/living/simple_animal/hostile/spawner/ash_walker/spawn_mob()