MC Runlevels

This commit is contained in:
Cyberboss
2017-05-10 16:05:37 -04:00
parent 325b91e405
commit a0a27219b6
26 changed files with 98 additions and 58 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ SUBSYSTEM_DEF(timer)
wait = 1 //SS_TICKER subsystem, so wait is in ticks
init_order = INIT_ORDER_TIMER
flags = SS_FIRE_IN_LOBBY|SS_TICKER|SS_NO_INIT
flags = SS_TICKER|SS_NO_INIT
var/list/datum/timedevent/processing = list()
var/list/hashes = list()