Ups the timer SS priority

This commit is contained in:
Rohesie
2020-07-25 19:42:26 -04:00
committed by SkyratBot
parent 81d48b9916
commit ddb14627c4
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ SUBSYSTEM_DEF(timer)
name = "Timer"
wait = 1 //SS_TICKER subsystem, so wait is in ticks
init_order = INIT_ORDER_TIMER
priority = FIRE_PRIORITY_TIMER
flags = SS_TICKER|SS_NO_INIT
var/list/datum/timedevent/second_queue = list() //awe, yes, you've had first queue, but what about second queue?