1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 15:20:27 +00:00

No more Lost Mountains in quotient Jungle etc.

This commit is contained in:
Zeno Rogue 2018-04-13 13:08:16 +02:00
parent e5a6d566a4
commit 3ea4bd91a8

View File

@ -1167,6 +1167,9 @@ void buildCamelotWall(cell *c) {
}
void moreBigStuff(cell *c) {
if(quotient) return;
if(c->land == laPalace && !euclid && c->master->alt) {
int d = celldistAlt(c);
if(d <= PRADIUS1) generateAlts(c->master);