Merge pull request #10290 from PsiOmegaDelta/150725-ColdCash

Fixes  #10203.
This commit is contained in:
GinjaNinja32
2015-07-26 05:22:49 +01:00

View File

@@ -110,6 +110,7 @@ var/global/datum/controller/gameticker/ticker
else
src.mode.announce()
setup_economy()
current_state = GAME_STATE_PLAYING
create_characters() //Create player characters and transfer them
collect_minds()
@@ -118,9 +119,6 @@ var/global/datum/controller/gameticker/ticker
callHook("roundstart")
//here to initialize the random events nicely at round start
setup_economy()
shuttle_controller.setup_shuttle_docks()
spawn(0)//Forking here so we dont have to wait for this to finish