1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +00:00

... fixed typo

This commit is contained in:
Zeno Rogue 2018-04-13 13:15:28 +02:00
parent 4f6d912930
commit fc6c3a6ec8

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!