Revert "Merge pull request #33537 from ninjanomnom/priority-defines" (#34528)

This reverts commit 0244b61886, reversing
changes made to 5d07df08ea.
This commit is contained in:
Kyle Spier-Swenson
2018-01-16 17:04:35 -08:00
committed by ShizCalev
parent 1b4a3f6e7d
commit fa136e71f4
28 changed files with 28 additions and 60 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SUBSYSTEM_DEF(obj)
name = "Objects"
priority = FIRE_PRIORITY_OBJ
priority = 40
flags = SS_NO_INIT
var/list/processing = list()