Readds Atmos freezing to loading maps (#28111)

* Adds Z-level freezing to MILLA

spacing fix

lets try that again

Build Rust library

update

* Build Rust library

* Build Rust library

---------

Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
Contrabang
2025-02-08 17:07:28 +00:00
committed by GitHub
co-authored by paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent 21779519a3
commit 5237a148cc
10 changed files with 53 additions and 6 deletions
@@ -51,6 +51,9 @@
// if given a multi-z template
// it might need to be adapted for that when that time comes
GLOB.space_manager.add_dirt(placement.z)
var/datum/milla_safe/freeze_z_level/milla_freeze = new()
milla_freeze.invoke_async(T.z)
UNTIL(milla_freeze.done)
try
var/list/bounds = GLOB.maploader.load_map(get_file(), min_x, min_y, placement.z, shouldCropMap = TRUE)
if(!bounds)