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:
Lohikar
2017-07-15 18:06:00 -05:00
committed by skull132
parent 8f5ee87e48
commit 4e0057daa0
4 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -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()