From 87ee73e3beba9110e4152390be8facdca0a1949b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 5 Jan 2018 16:00:34 +0100 Subject: [PATCH] marked docks as 'recommended' for octagonal --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index e322d934..56f84800 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1228,7 +1228,7 @@ int isLandValid(eLand l) { return geosupport_threecolor() >= 2 ? 3 : 0; if(l == laDocks) - return a38 ? 2 : 0; + return a38 ? 3 : 0; if(l == laStorms && torus) return 3;