mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fix shit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//Fires five times every second.
|
||||
|
||||
PROCESSING_SUBSYTEM(fastprocess)
|
||||
PROCESSING_SUBSYSTEM(fastprocess)
|
||||
name = "Fast Processing"
|
||||
wait = 2
|
||||
stat_tag = "FP"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
PROCESSING_SUBSYTEM(flightpacks)
|
||||
PROCESSING_SUBSYSTEM(flightpacks)
|
||||
name = "Flightpack Movement"
|
||||
priority = 30
|
||||
wait = 2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PROCESSING_SUBSYTEM(obj)
|
||||
SUBSYSTEM(obj)
|
||||
name = "Objects"
|
||||
priority = 40
|
||||
flags = SS_NO_INIT
|
||||
|
||||
Reference in New Issue
Block a user