diff --git a/code/modules/mob/dead/corpse.dm b/code/modules/mob/dead/corpse.dm index 2e70945e1e..8a8756ffd2 100644 --- a/code/modules/mob/dead/corpse.dm +++ b/code/modules/mob/dead/corpse.dm @@ -107,7 +107,6 @@ M.real_name = generateCorpseName() M.set_stat(DEAD) //Kills the new mob if(corpsesynthtype > 0) - to_world("Synth") if(!corpsesynthbrand) corpsesynthbrand = "Unbranded" for(var/obj/item/organ/external/O in M.organs) @@ -250,4 +249,4 @@ corpsehelmet = /obj/item/clothing/head/bearpelt /obj/effect/landmark/mobcorpse/russian/ranged - corpsehelmet = /obj/item/clothing/head/ushanka \ No newline at end of file + corpsehelmet = /obj/item/clothing/head/ushanka