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:
parent
e5a6d566a4
commit
3ea4bd91a8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user