Ports new zmimic changes/bugfixes/etc from Bay/Nebula. (#14495)

This commit is contained in:
Matt Atlas
2022-08-02 17:56:01 +02:00
committed by GitHub
parent 06e5c811ac
commit af79eebb88
22 changed files with 625 additions and 302 deletions

View File

@@ -394,7 +394,7 @@
// Note: above is defined on ALL turfs, but below is only defined on OPEN TURFS.
// Upwards lights are handled at the corner level, so only search down.
if (T && (T.flags & MIMIC_BELOW) && T.below)
if (T && (T.z_flags & ZM_MIMIC_BELOW) && T.below)
T = T.below
goto check_t