From d9ecddd4d494e0e60b45e81c0afb2c201e8b9dfb Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Wed, 15 Mar 2017 11:25:22 -0700 Subject: [PATCH] Remove low priority from lighting Since we are only running it every two ticks now it should get equal parts priority as everything else --- code/controllers/subsystem/lighting.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/lighting.dm b/code/controllers/subsystem/lighting.dm index 440c0e62361..88c07c79781 100644 --- a/code/controllers/subsystem/lighting.dm +++ b/code/controllers/subsystem/lighting.dm @@ -9,7 +9,6 @@ var/list/lighting_update_objects = list() // List of lighting objects queued fo name = "Lighting" wait = 2 init_order = -20 - priority = 35 flags = SS_TICKER var/initialized = FALSE