mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
fixup to land_validity
This commit is contained in:
@@ -1079,7 +1079,7 @@ EX land_validity_t& land_validity(eLand l) {
|
|||||||
return full_game;
|
return full_game;
|
||||||
|
|
||||||
// highlight Zebra-based lands on Zebra Quotient!
|
// highlight Zebra-based lands on Zebra Quotient!
|
||||||
if((among(l, laZebra, laWhirlwind, laStorms, laWarpCoast, laWarpSea, laFrog) && geometry == gZebraQuotient)
|
if(among(l, laZebra, laWhirlwind, laStorms, laWarpCoast, laWarpSea, laFrog) && geometry == gZebraQuotient)
|
||||||
return pattern_compatibility;
|
return pattern_compatibility;
|
||||||
|
|
||||||
// highlight FP-based lands on Field Quotient!
|
// highlight FP-based lands on Field Quotient!
|
||||||
|
Reference in New Issue
Block a user