Remove low priority from lighting

Since we are only running it every two ticks now it should get equal parts priority as everything else
This commit is contained in:
Kyle Spier-Swenson
2017-03-15 11:25:22 -07:00
committed by GitHub
parent 00cd3874c0
commit d9ecddd4d4
-1
View File
@@ -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