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

canvas_invisible option

This commit is contained in:
Zeno Rogue
2018-04-21 17:57:30 +02:00
parent 9b95ad23c5
commit ad93e77bcc
5 changed files with 16 additions and 1 deletions

View File

@@ -2343,6 +2343,8 @@ void setdist(cell *c, int d, cell *from) {
if(d == BARLEV && c->land == laCanvas) {
c->landparam = patterns::generateCanvas(c);
if(canvas_invisible)
c->wall = waInvisibleFloor;
}
if(d >= BARLEV-1 && c->land == laPrairie)