mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-29 14:13:11 +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)
|
if(l == laWhirlwind && hyperbolic_not37)
|
||||||
return pattern_incompatibility;
|
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
|
// available only in non-standard geometries
|
||||||
if(l == laMirrorOld && better_mirror)
|
if(l == laMirrorOld && better_mirror)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user