make fire priority values defines

This commit is contained in:
ninjanomnom
2018-01-17 02:57:14 -05:00
parent 553855ec43
commit 53ffc71655
28 changed files with 55 additions and 28 deletions
+1 -1
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()