Adds lag check to diseases and events (and removes lighting from dwait)

lighting removed from dewait because lag checks are better for it and lag checked subsystems that are also dwait systems are given lower priority, we don't want that to happen to lighting.
This commit is contained in:
MrStonedOne
2016-03-15 03:39:44 -07:00
parent bc8ff11f3f
commit aa328e404f
3 changed files with 33 additions and 16 deletions
+1 -3
View File
@@ -5,9 +5,7 @@ var/datum/subsystem/lighting/SSlighting
/datum/subsystem/lighting
name = "Lighting"
priority = 1
wait = 5
dynamic_wait = 1
dwait_delta = 3
wait = 6
display = 5
var/list/changed_lights = list() //list of all datum/light_source that need updating