diff --git a/code/modules/mob/living/simple_animal/hostile/netherworld.dm b/code/modules/mob/living/simple_animal/hostile/netherworld.dm index 89164167005..ab02e92a5db 100644 --- a/code/modules/mob/living/simple_animal/hostile/netherworld.dm +++ b/code/modules/mob/living/simple_animal/hostile/netherworld.dm @@ -101,7 +101,7 @@ if(M) playsound(src, 'sound/magic/demon_consume.ogg', 50, TRUE) M.adjustBruteLoss(60) - new /obj/effect/gibspawner/generic(get_turf(M), M) + new /obj/effect/gibspawner/generic(get_turf(M), M.dna) if(M.stat == DEAD) var/mob/living/simple_animal/hostile/netherworld/blankbody/blank blank = new(loc)