Fixes dynamic turfs not being Z-mimiced properly. (#20976)

title

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2025-07-12 00:06:37 +02:00
committed by GitHub
parent ac923f10e5
commit c2ee99fdcf
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ SUBSYSTEM_DEF(zcopy)
// Handle space parallax & starlight.
if (T.below.z_eventually_space)
T.z_eventually_space = TRUE
if ((T.below.z_flags & ZM_MIMIC_OVERWRITE) || T.below.type == /turf/space)
if ((T.below.z_flags & ZM_MIMIC_OVERWRITE) || T.below.type == /turf/space || T.below.type == /turf/space/dynamic)
t_target = SPACE_PLANE
if (T.z_flags & ZM_MIMIC_OVERWRITE)