Files
Paradise/code/controllers/subsystem/processing/fastprocess.dm
2020-07-26 20:53:58 +01:00

8 lines
247 B
Plaintext

//Fires five times every second.
PROCESSING_SUBSYSTEM_DEF(fastprocess)
name = "Fast Processing"
wait = 2
stat_tag = "FP"
offline_implications = "Objects using the 'Fast Processing' processor will no longer process. Shuttle call recommended."