legacy in top_land

This commit is contained in:
Zeno Rogue 2019-08-03 12:42:49 +02:00
parent 14e86830b3
commit 18376d2a48
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}