Merge pull request #3713 from Citadel-Station-13/upstream-merge-32277
[MIRROR] Removes golem debug code that spams world
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user