better Emerald in Octagon chamfered

This commit is contained in:
Zeno Rogue 2024-03-21 19:13:05 +01:00
parent 2a9ae3071d
commit 7f023b2459
1 changed files with 1 additions and 1 deletions

View File

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