mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] ignore light recalc in shuttles and elevators (#10559)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
531f562957
commit
5b42b1ffd8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user