mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #7989 from Atermonera/roofing_fix
Fixes roofing tiles not working in multiz areas
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user