mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Tab2Space ssair
This commit is contained in:
@@ -223,11 +223,11 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
|
||||
|
||||
// ZAS might displace objects as the map loads if an air tick is processed mid-load.
|
||||
/datum/controller/subsystem/air/StartLoadingMap(var/quiet = TRUE)
|
||||
can_fire = FALSE
|
||||
// Don't let map actually start loading if we are in the middle of firing
|
||||
while(current_step)
|
||||
stoplag()
|
||||
. = ..()
|
||||
can_fire = FALSE
|
||||
// Don't let map actually start loading if we are in the middle of firing
|
||||
while(current_step)
|
||||
stoplag()
|
||||
. = ..()
|
||||
|
||||
/datum/controller/subsystem/air/StopLoadingMap(var/quiet = TRUE)
|
||||
can_fire = TRUE
|
||||
|
||||
Reference in New Issue
Block a user