If you're gonna make a subsystem do it right
This commit is contained in:
6
code/controllers/subsystem/processing/fields.dm
Normal file
6
code/controllers/subsystem/processing/fields.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
PROCESSING_SUBSYSTEM_DEF(fields)
|
||||
name = "Fields"
|
||||
wait = 2
|
||||
priority = 40
|
||||
flags = SS_KEEP_TIMING | SS_NO_INIT
|
||||
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
|
||||
Reference in New Issue
Block a user