Defines all subsystem priority values

This commit is contained in:
oranges
2017-12-16 12:00:40 +13:00
committed by CitadelStationBot
parent b6b0ab69e3
commit 75753a4dfd
28 changed files with 154 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
SUBSYSTEM_DEF(obj)
name = "Objects"
priority = 40
priority = FIRE_PRIORITY_OBJ
flags = SS_NO_INIT
var/list/processing = list()