mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Adds framework for status effects * Completes the Renew define * Lots of work, refactoring * Further work on status effects * Gives status effects autism * Fixes and stuff
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
//Fires five times every second.
|
|
|
|
var/datum/subsystem/processing/fastprocess/SSfastprocess
|
|
/datum/subsystem/processing/fastprocess
|
|
name = "Fast Processing"
|
|
wait = 2
|
|
stat_tag = "FP"
|
|
|
|
/datum/subsystem/processing/fastprocess/New()
|
|
NEW_SS_GLOBAL(SSfastprocess)
|