From f16c35c6b4f33d339ea7c68aeb617c1b5ace928d Mon Sep 17 00:00:00 2001 From: AnturK Date: Thu, 26 Jan 2017 11:47:28 +0100 Subject: [PATCH] Fixes DNA runtimes. --- code/controllers/subsystem/processing/objects.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)