Fixes Cynosure Shuttle Issue

This commit is contained in:
Neerti
2022-01-10 02:08:31 -05:00
parent 23ea34b68d
commit 93015c87f1

View File

@@ -39,6 +39,7 @@
if(T)
GLOB.turf_entered_event.unregister(T, src, .proc/BelowOpenUpdated)
GLOB.turf_exited_event.unregister(T, src, .proc/BelowOpenUpdated)
turf_changed_event.unregister(T, src, /atom/proc/update_icon)
. = ..()
/turf/simulated/open/Initialize()