From 6dcf60b7ea072c784125f1459bccd749ffc428b1 Mon Sep 17 00:00:00 2001 From: YPOQ <30683121+YPOQ@users.noreply.github.com> Date: Mon, 30 Oct 2017 17:20:45 -0600 Subject: [PATCH] Removes golem debug code that spams world --- code/modules/mob/living/carbon/human/species_types/golems.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/golems.dm b/code/modules/mob/living/carbon/human/species_types/golems.dm index b9a8fd4fb0b..c6d4a5152e1 100644 --- a/code/modules/mob/living/carbon/human/species_types/golems.dm +++ b/code/modules/mob/living/carbon/human/species_types/golems.dm @@ -55,9 +55,6 @@ var/datum/species/golem/G = V if(!initial(G.random_eligible)) random_golem_types -= G - to_chat(world, "Excluding golem type [initial(G.id)]") - else - to_chat(world, "Allowing golem type [initial(G.id)]") var/datum/species/golem/golem_type = pick(random_golem_types) var/mob/living/carbon/human/H = C H.set_species(golem_type)