mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 19:52:12 +00:00
Renames most processing SS' to the convention of SS[SS name here] (#25302)
* Renames most processing SS' * Contra review
This commit is contained in:
7
code/controllers/subsystem/processing/SSfastprocess.dm
Normal file
7
code/controllers/subsystem/processing/SSfastprocess.dm
Normal file
@@ -0,0 +1,7 @@
|
||||
//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."
|
||||
Reference in New Issue
Block a user