[MIRROR] Fix visible template loaded hidden tings. (#1083)

* Merge pull request #54079 from Dennok/map_template-load-hidding-things-fix

Fix visible template loaded hidden tings.

* Fix visible template loaded hidden tings.

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-30 18:39:51 +02:00
committed by GitHub
co-authored by ShizCalev
parent b806a2cbf3
commit f96916cf7a
+1
View File
@@ -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)