Fixes a runtime in the netherworld link

This commit is contained in:
joep van der velden
2020-10-20 13:08:42 +02:00
parent d31fdb28f7
commit 24a4d7886e
@@ -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)