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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user