From 7f023b245957f19ebe50ceb5423caca680ebf9ae Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 21 Mar 2024 19:13:05 +0100 Subject: [PATCH] better Emerald in Octagon chamfered --- landgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landgen.cpp b/landgen.cpp index b56d9a1c..ad262e89 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -648,7 +648,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) { } else if(a4 || arcm::in() || cryst || bt::in() || S3 >= OINF) c->wall = hrand(100) < 50 ? waCavefloor : waCavewall; - else if(!BITRUNCATED) { + else if(!BITRUNCATED && geometry != gOctagon) { if(polarb50(c)) c->wall = waCavewall; else c->wall = waCavefloor;