mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Fixes dynamic turfs not being Z-mimiced properly. (#20976)
title Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user