mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
* Fire priorities * research lower not higher * Don't need to keep timing if it's automatically compensating for missed ticks. * Spelling * spelling
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
PROCESSING_SUBSYSTEM_DEF(fields)
|
|
name = "Fields"
|
|
wait = 2
|
|
priority = FIRE_PRIORITY_FIELDS
|
|
flags = SS_KEEP_TIMING | SS_NO_INIT
|
|
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
|