From fd883e5f1ff485e7b0bd963512436788e59cb80e Mon Sep 17 00:00:00 2001 From: Dennok Date: Tue, 29 Sep 2020 19:34:21 +0300 Subject: [PATCH] fix hidden load --- code/modules/mapping/map_template.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mapping/map_template.dm b/code/modules/mapping/map_template.dm index 4566507c29a..2375e139ff3 100644 --- a/code/modules/mapping/map_template.dm +++ b/code/modules/mapping/map_template.dm @@ -76,6 +76,7 @@ for(var/t in template_and_bordering_turfs) var/turf/affected_turf = t affected_turf.air_update_turf(TRUE) + affected_turf.levelupdate() /datum/map_template/proc/load_new_z() var/x = round((world.maxx - width)/2)