Fixes carp and other hostile mobs exploding into robot bits (#9921)

This commit is contained in:
fernerr
2020-09-08 02:55:14 -03:00
committed by GitHub
parent ccc4c3cab2
commit f0a2488200
2 changed files with 5 additions and 1 deletions
@@ -46,7 +46,7 @@
/mob/living/simple_animal/hostile/commanded/baby_harvester/get_bullet_impact_effect_type(var/def_zone)
return BULLET_IMPACT_METAL
/mob/living/simple_animal/hostile/death()
/mob/living/simple_animal/hostile/commanded/baby_harvester/death()
..(null, "blows apart!")
var/T = get_turf(src)
new /obj/effect/gibspawner/robot(T)