Adds framework for status effects (#19939)

* 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
This commit is contained in:
Xhuis
2016-08-28 00:15:44 -04:00
committed by oranges
parent ef8cb75bea
commit f45c024b67
11 changed files with 197 additions and 49 deletions

View File

@@ -0,0 +1,10 @@
//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)