fixes firelocks et al. preventing the movement of air (#17539)

Co-authored-by: mafemergency <mafemergency@gmail.com>
This commit is contained in:
mafemergency
2022-05-03 04:35:22 +01:00
committed by GitHub
co-authored by mafemergency
parent e5de6c5d81
commit 45fe5c80b1
2 changed files with 14 additions and 6 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
smoothTurfs = turfs
log_debug("Setting up atmos")
if(SSair)
/* setup_allturfs is superfluous during server initialization because
air subsystem will call subsequently call setup_allturfs with _every_
turf in the world */
if(SSair && SSair.initialized)
SSair.setup_allturfs(turfs)
log_debug("\tTook [stop_watch(subtimer)]s")