Normalizes subsystem definitions

This commit is contained in:
Cyberboss
2017-03-22 11:50:46 -04:00
parent b1e4681c23
commit 7e14ec75fc
48 changed files with 85 additions and 273 deletions

View File

@@ -1,10 +1,6 @@
//Fires five times every second.
var/datum/controller/subsystem/processing/fastprocess/SSfastprocess
/datum/controller/subsystem/processing/fastprocess
PROCESSING_SUBSYTEM(fastprocess)
name = "Fast Processing"
wait = 2
stat_tag = "FP"
/datum/controller/subsystem/processing/fastprocess/New()
NEW_SS_GLOBAL(SSfastprocess)