Ports /tg's StonedMC Subsystem from Baystation12

* Partial port of @PsiOmegaDelta's https://github.com/Baystation12/Baystation12/pull/16820
* Only ports the StonedMC changes, not the garbage collector (forthcoming in future)
This commit is contained in:
Leshana
2017-05-30 21:00:37 -04:00
parent a412b5063b
commit 90dff0ae63
21 changed files with 1763 additions and 61 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)