From da5ea5cc68cf4edbdccd09ef0af44c0e46a4ac9f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 21 Aug 2018 15:38:22 +0200 Subject: [PATCH] land validity: Warped Coast knows that it is OK in chessboard geometries --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index 637a58fb..8d95182c 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -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; }