mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
ls:: no 'better_mirror' in Patched Chaos, Total Chaos, or Landscape
This commit is contained in:
parent
350963852c
commit
66a79fe2cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user