fixup to land_validity

This commit is contained in:
Zeno Rogue 2020-03-07 23:47:11 +01:00
parent 5f6eb39a9e
commit c99c109a6e
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ EX land_validity_t& land_validity(eLand l) {
return full_game;
// 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;
// highlight FP-based lands on Field Quotient!