diff --git a/code/controllers/subsystem/processing/objects.dm b/code/controllers/subsystem/processing/objects.dm index 0e1a697c874..0dc7c4a33c2 100644 --- a/code/controllers/subsystem/processing/objects.dm +++ b/code/controllers/subsystem/processing/objects.dm @@ -22,8 +22,8 @@ var/datum/subsystem/objects/SSobj /datum/subsystem/objects/Initialize(timeofdayl) fire_overlay.appearance_flags = RESET_COLOR - trigger_atom_spawners() setupGenetics() //to set the mutations' place in structural enzymes, so monkey.initialize() knows where to put the monkey mutation. + trigger_atom_spawners() for(var/thing in world) var/atom/A = thing A.Initialize(TRUE)