From f9815bbfbb263320ce9bc8d6b768301e731862a7 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Sat, 12 Sep 2020 17:35:49 -0500 Subject: [PATCH] readds persistance define --- code/__DEFINES/subsystems.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index 3201e522b57..fd7031409d8 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -80,6 +80,7 @@ #define INIT_ORDER_NANOMOB -23 #define INIT_ORDER_SQUEAK -40 #define INIT_ORDER_PATH -50 +#define INIT_ORDER_PERSISTENCE -95 // Subsystem fire priority, from lowest to highest priority // If the subsystem isn't listed here it's either DEFAULT or PROCESS (if it's a processing subsystem child)