Run open space controller once during lobby so game will start with it done.

This commit is contained in:
Leshana
2017-05-18 19:55:02 -04:00
parent 9d8463ad2a
commit fdfa1274dc
@@ -17,6 +17,10 @@
OS_controller = src
initialize_open_space()
// Pre-process open space once once before the round starts. Wait 20 seconds so other stuff has time to finish.
spawn(200)
doWork(1)
/datum/controller/process/open_space/copyStateFrom(var/datum/controller/process/open_space/other)
. = ..()
OS_controller = src