1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

better sky for R'Lyeh, Temple, and Ruined City

This commit is contained in:
Zeno Rogue
2019-06-17 19:36:29 +02:00
parent b7e84ec04c
commit c039f229e3
3 changed files with 83 additions and 22 deletions

View File

@@ -1528,6 +1528,7 @@ void moreBigStuff(cell *c) {
c->land = laTemple, c->wall = waNone, c->monst = moNone, c->item = itNone;
}
if(d % TEMPLE_EACH==0) {
c->landparam = 0;
if(geometry == gSpace534) {
int i = 0;
forCellCM(c2, c) if(celldistAlt(c2) < celldistAlt(c)) i++;
@@ -1553,7 +1554,9 @@ void moreBigStuff(cell *c) {
}
if(q == 2) c->wall = waColumn;
}
c->landparam = 1;
}
else c->landparam = 2;
}
}