1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

3d:: random building of the Plalace

This commit is contained in:
? 2019-02-27 15:52:12 +01:00 committed by Zeno Rogue
parent dc26f3b744
commit e98afaf45c

View File

@ -211,7 +211,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
case laPalace: // -------------------------------------------------------------
if(hyperbolic_not37 || fulltorus || S7 < 5 || archimedean) {
if(hyperbolic_not37 || fulltorus || S7 < 5 || archimedean || DIM == 3) {
if(d == 9) {
int i = hrand(100);
if(i < 10)