mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
crystal:: Emerald Mine now uses random floors
This commit is contained in:
@@ -405,7 +405,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
c->wall = waCavewall;
|
c->wall = waCavewall;
|
||||||
else c->wall = waCavefloor;
|
else c->wall = waCavefloor;
|
||||||
}
|
}
|
||||||
else if(a4 || archimedean)
|
else if(a4 || archimedean || geometry == gCrystal)
|
||||||
c->wall = hrand(100) < 50 ? waCavefloor : waCavewall;
|
c->wall = hrand(100) < 50 ? waCavefloor : waCavewall;
|
||||||
else if(!BITRUNCATED) {
|
else if(!BITRUNCATED) {
|
||||||
if(polarb50(c))
|
if(polarb50(c))
|
||||||
|
Reference in New Issue
Block a user