Fixes lighting, backpacks getting contaminated, and bombs not working.

This commit is contained in:
SkyMarshal
2013-04-17 22:07:41 -07:00
parent 55183ca30a
commit b0d1d47c23
4 changed files with 33 additions and 62 deletions

View File

@@ -71,7 +71,9 @@ datum/controller/game_controller/proc/setup()
spawn(0)
if(ticker)
ticker.pregame()
lighting_controller.Initialize()
lighting_controller.Initialize()
datum/controller/game_controller/proc/setup_objects()
world << "\red \b Initializing objects"