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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user