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

This commit is contained in:
SkyMarshal
2013-04-17 22:07:41 -07:00
parent a7f569b74b
commit 698e7af57c
4 changed files with 33 additions and 62 deletions
+3 -1
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"