added placeholder economic stuff (probably never finish it), added random system-wide events (which are announced at the newscaster when they occur)

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-01-15 21:25:45 +10:00
parent dc42275ae2
commit 6b93cc9c91
6 changed files with 429 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ datum/controller/game_controller/New()
createRandomZlevel()
setup_economy()
if(!air_master)
air_master = new /datum/controller/air_system()
air_master.setup()