From 9e3191aa610680437f2f8aea8602757ebf547e84 Mon Sep 17 00:00:00 2001 From: TheGreatKitsune Date: Sat, 4 Nov 2023 17:56:59 -0700 Subject: [PATCH] Removing a to_world debug message --- code/modules/mob/dead/corpse.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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