mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
co-authored by
paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent
21779519a3
commit
5237a148cc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user