Fix testing and mapload MILLA issues (#27850)

This commit is contained in:
Charlie Nolan
2025-01-07 15:16:57 -08:00
committed by GitHub
parent 2050e905a1
commit ec84f16ee4
4 changed files with 80 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/datum/milla_safe/late_setup_level
/datum/milla_safe_must_sleep/late_setup_level
// Ensures that atmos and environment are set up.
/datum/milla_safe/late_setup_level/on_run(turf/bot_left, turf/top_right, smoothTurfs)
/datum/milla_safe_must_sleep/late_setup_level/on_run(turf/bot_left, turf/top_right, smoothTurfs)
var/total_timer = start_watch()
var/subtimer = start_watch()
if(!smoothTurfs)