Maploader tweaks (#20026)

Fixed the maploader sleeping without reinitializing SSAtoms to
initialize, which caused some runtimes in niche cases in the CI.
This commit is contained in:
Fluffy
2024-10-09 22:52:06 +00:00
committed by GitHub
parent 1614f9ade4
commit ee930d675a
148 changed files with 6478 additions and 12953 deletions
-2
View File
@@ -52,8 +52,6 @@
return bounds
/datum/map_template/proc/load_new_z(var/no_changeturf = TRUE)
RETURN_TYPE(/turf)
var/x = round((world.maxx - width)/2)
var/y = round((world.maxy - height)/2)
var/initial_z = world.maxz + 1