Merge pull request #7989 from Atermonera/roofing_fix

Fixes roofing tiles not working in multiz areas
This commit is contained in:
Atermonera
2021-03-25 09:08:31 -09:00
committed by VirgoBot
parent b6583ba3f3
commit 87df394d2b
+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)