Makes the atmospherics turf system have a wait of 2 instead of 1 in an attempt to alleviate some lag

This commit is contained in:
deathride58
2019-02-27 22:41:55 -05:00
parent 4d2e3723a9
commit abd28eb456
+1 -1
View File
@@ -4,7 +4,7 @@ SUBSYSTEM_DEF(air_turfs)
name = "Atmospherics - Turfs"
init_order = INIT_ORDER_AIR_TURFS
priority = FIRE_PRIORITY_AIR_TURFS
wait = 1
wait = 2
flags = SS_BACKGROUND
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
var/list/currentrun = list()