mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
* Adjusts fire priorities of flightpacks, research, networks, and fields. (#36129) * Fire priorities * research lower not higher * Don't need to keep timing if it's automatically compensating for missed ticks. * Spelling * spelling * Adjusts fire priorities of flightpacks, research, networks, and fields.
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
|