mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Fixes carp and other hostile mobs exploding into robot bits (#9921)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user