[MIRROR] ignore light recalc in shuttles and elevators (#10559)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-30 13:59:32 -07:00
committed by GitHub
parent 531f562957
commit 5b42b1ffd8
13 changed files with 28 additions and 32 deletions

View File

@@ -30,7 +30,7 @@
/obj/effect/meteor_falling/proc/meteor_fall()
var/turf/current = get_turf(src)
if(istype(current, /turf/simulated/open) || istype(current, /turf/space))
if(isopenturf(current))
var/turf/below = GetBelow(src)
if(below.density)
meteor_impact()