From 18376d2a48d09dc7a3cc7b13cc9d5278d3133e89 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 3 Aug 2019 12:42:49 +0200 Subject: [PATCH] legacy in top_land --- bigstuff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index 06273154..4baaef7b 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -1248,8 +1248,8 @@ void buildBigStuff(cell *c, cell *from) { // buildgreatwalls - if(top_land && celldist(c) < 3 && !GOLDBERG) { - if(c == cwt.at->master->move(3)->c7) { + if(geometry == gNormal && celldist(c) < 3 && !GOLDBERG) { + if(top_land && c == cwt.at->master->move(3)->c7) { buildBarrierStrong(c, 6, true, top_land); } }