Merge pull request #3493 from VOREStation/just-stonedmc

Port of StonedMC master controller framework
This commit is contained in:
Anewbe
2017-06-04 16:15:13 -05:00
committed by GitHub
26 changed files with 1801 additions and 66 deletions

View File

@@ -33,3 +33,6 @@ var/global/datum/controller/process/ticker/tickerProcess
/datum/controller/process/ticker/proc/getLastTickerTimeDuration()
return lastTickerTimeDuration
/world/proc/has_round_started()
return (ticker && ticker.current_state >= GAME_STATE_PLAYING)