Merge pull request #8062 from deathride58/nerfsatmosrunspeed

Increases the atmospherics turf subsystem's wait from 1 to 2 in an attempt to reduce lag
This commit is contained in:
kevinz000
2019-03-01 02:22:13 -08:00
committed by GitHub
+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()