land validity: Warped Coast knows that it is OK in chessboard geometries

This commit is contained in:
Zeno Rogue 2018-08-21 15:38:22 +02:00
parent 7cdf1a353f
commit da5ea5cc68
1 changed files with 1 additions and 1 deletions

View File

@ -1305,7 +1305,7 @@ land_validity_t& land_validity(eLand l) {
}
// Warped Coast does not work on non-bitrunc S3s (except standard heptagonal where we have to keep it)
if(l == laWarpCoast && (S3==3) && geosupport_football() != 2 && !(old_daily_id >= 30 && geosupport_chessboard())) {
if(l == laWarpCoast && (S3==3) && geosupport_football() != 2 && !(old_daily_id >= 33 && geosupport_chessboard())) {
return ugly_version;
}