mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
Euclidean emerald mine
This commit is contained in:
parent
a8e486e728
commit
e0fa2c2e1c
@ -415,6 +415,8 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
else if(fulltorus) {
|
else if(fulltorus) {
|
||||||
c->wall = waCavefloor;
|
c->wall = waCavefloor;
|
||||||
}
|
}
|
||||||
|
else if(euclid && DIM == 3)
|
||||||
|
c->wall = euclid3::get_emerald(c) ? waCavewall : waCavefloor;
|
||||||
else if(euclid) {
|
else if(euclid) {
|
||||||
int x, y;
|
int x, y;
|
||||||
tie(x,y) = cell_to_pair(c);
|
tie(x,y) = cell_to_pair(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user