ls:: no 'better_mirror' in Patched Chaos, Total Chaos, or Landscape

This commit is contained in:
Zeno Rogue 2024-03-21 22:51:13 +01:00
parent 350963852c
commit 66a79fe2cd
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ EX land_validity_t& land_validity(eLand l) {
if(l == laWhirlwind && hyperbolic_not37)
return pattern_incompatibility;
bool better_mirror = !geometry && STDVAR && !ls::hv_structure();
bool better_mirror = !geometry && STDVAR && !ls::hv_structure() && !among(land_structure, lsTotalChaos, lsPatchedChaos, lsLandscape);
// available only in non-standard geometries
if(l == laMirrorOld && better_mirror)