Moves station's starting state to ticker post setup, instead of gamemode's

This commit is contained in:
CitadelStationBot
2017-06-07 20:54:37 -05:00
parent 586a13a46b
commit 7eedaa87c5
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -95,8 +95,6 @@
if(report)
addtimer(CALLBACK(src, .proc/send_intercept, 0), rand(waittime_l, waittime_h))
generate_station_goals()
GLOB.start_state = new /datum/station_state()
GLOB.start_state.count(1)
return 1