mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fix for lighting before roundstart.
This commit is contained in:
@@ -60,9 +60,6 @@ datum/controller/game_controller/proc/setup()
|
|||||||
if(!ticker)
|
if(!ticker)
|
||||||
ticker = new /datum/controller/gameticker()
|
ticker = new /datum/controller/gameticker()
|
||||||
|
|
||||||
|
|
||||||
lighting_controller.Initialize()
|
|
||||||
|
|
||||||
setup_objects()
|
setup_objects()
|
||||||
setupgenetics()
|
setupgenetics()
|
||||||
setupfactions()
|
setupfactions()
|
||||||
@@ -74,6 +71,7 @@ datum/controller/game_controller/proc/setup()
|
|||||||
spawn(0)
|
spawn(0)
|
||||||
if(ticker)
|
if(ticker)
|
||||||
ticker.pregame()
|
ticker.pregame()
|
||||||
|
lighting_controller.Initialize()
|
||||||
|
|
||||||
datum/controller/game_controller/proc/setup_objects()
|
datum/controller/game_controller/proc/setup_objects()
|
||||||
world << "\red \b Initializing objects"
|
world << "\red \b Initializing objects"
|
||||||
|
|||||||
Reference in New Issue
Block a user