mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
3d:: random building of the Plalace
This commit is contained in:
parent
dc26f3b744
commit
e98afaf45c
@ -211,7 +211,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
|
|
||||||
case laPalace: // -------------------------------------------------------------
|
case laPalace: // -------------------------------------------------------------
|
||||||
|
|
||||||
if(hyperbolic_not37 || fulltorus || S7 < 5 || archimedean) {
|
if(hyperbolic_not37 || fulltorus || S7 < 5 || archimedean || DIM == 3) {
|
||||||
if(d == 9) {
|
if(d == 9) {
|
||||||
int i = hrand(100);
|
int i = hrand(100);
|
||||||
if(i < 10)
|
if(i < 10)
|
||||||
|
Loading…
Reference in New Issue
Block a user