mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[MIRROR] Revert "Finishes the allocation refactor" (#2676)
* Revert "Finishes the allocation refactor (#55965)" (#56137)
This reverts commit 87234f3fd8.
* Revert "Finishes the allocation refactor"
Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
@@ -2,5 +2,5 @@ PROCESSING_SUBSYSTEM_DEF(fields)
|
||||
name = "Fields"
|
||||
wait = 2
|
||||
priority = FIRE_PRIORITY_FIELDS
|
||||
flags = SS_KEEP_TIMING | SS_NO_INIT | SS_BACKGROUND
|
||||
flags = SS_KEEP_TIMING | SS_NO_INIT
|
||||
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
SUBSYSTEM_DEF(processing)
|
||||
name = "Processing"
|
||||
priority = FIRE_PRIORITY_PROCESS
|
||||
flags = SS_POST_FIRE_TIMING|SS_NO_INIT
|
||||
flags = SS_BACKGROUND|SS_POST_FIRE_TIMING|SS_NO_INIT
|
||||
wait = 1 SECONDS
|
||||
|
||||
var/stat_tag = "P" //Used for logging
|
||||
|
||||
@@ -3,6 +3,5 @@ PROCESSING_SUBSYSTEM_DEF(wet_floors)
|
||||
priority = FIRE_PRIORITY_WET_FLOORS
|
||||
wait = 10
|
||||
stat_tag = "WFP" //Used for logging
|
||||
flags = SS_BACKGROUND
|
||||
var/temperature_coeff = 2
|
||||
var/time_ratio = 1.5 SECONDS
|
||||
|
||||
Reference in New Issue
Block a user