Merge pull request #14673 from farie82/netherworld-link-fix

Fixes a runtime in the netherworld link
This commit is contained in:
AffectedArc07
2020-10-20 12:14:37 +01:00
committed by GitHub
@@ -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)