Merge pull request #10020 from VOREStation/upstream-merge-7989

[MIRROR] Fixes roofing tiles not working in multiz areas
This commit is contained in:
Novacat
2021-03-25 18:36:52 +00:00
committed by Chompstation Bot
parent ceb72dd0ec
commit 3d48605bfc
+1 -1
View File
@@ -39,7 +39,7 @@
..()
update()
/turf/simulated/open/ChangeTurf()
/turf/simulated/open/ChangeTurf(var/turf/N, var/tell_universe, var/force_lighting_update, var/preserve_outdoors)
var/turf/T = GetBelow(src)
if(T)
GLOB.turf_entered_event.unregister(T, src, .proc/BelowOpenUpdated)