... fixed typo

This commit is contained in:
Zeno Rogue 2018-04-13 13:15:28 +02:00
parent 4f6d912930
commit fc6c3a6ec8
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ land_validity_t& land_validity(eLand l) {
return full_game;
// highlight Zebra-based lands on Zebra Quotient!
if((l == laZebra || l == laWhirlwind || l == laStorms || l == laWarpedCoast || l == laWarpSea) && quotient == 1)
if((l == laZebra || l == laWhirlwind || l == laStorms || l == laWarpCoast || l == laWarpSea) && quotient == 1)
return pattern_compatibility;
// highlight FP-based lands on Field Quotient!