mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Minor storage & SSair init fixes (#3049)
changes: Storage objects can now defer shrinkwrapping of contents until the next stackframe if things are being put in them without using fill() (such as autodrobes & BSTs) SSair init properly yells at the admins when it's done.
This commit is contained in:
@@ -161,9 +161,9 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
|
||||
|
||||
admin_notice(span("danger", "Air settling completed in [(REALTIMEOFDAY - starttime)/10] seconds!"), R_DEBUG)
|
||||
|
||||
..()
|
||||
..(timeofday)
|
||||
|
||||
/datum/controller/subsystem/air/fire(resumed = FALSE, no_mc_tick = FALSE)
|
||||
/datum/controller/subsystem/air/fire(resumed = FALSE, no_mc_tick = FALSE)
|
||||
if (!resumed)
|
||||
processing_edges = active_edges.Copy()
|
||||
processing_fires = active_fire_zones.Copy()
|
||||
|
||||
Reference in New Issue
Block a user