Ceremonial PR: fix map gen #39
@ -100,7 +100,7 @@ class Knife {
|
||||
const loc = new Point(x, y);
|
||||
out += (() => {
|
||||
if (this.#map.get(loc).architecture == Architecture.Wall) {
|
||||
return this.#sealedWalls.get(loc) ? "█" : "▓";
|
||||
return this.#sealedWalls.get(loc) ? "◘" : "█";
|
||||
}
|
||||
let r = this.#regions.get(loc);
|
||||
if(typeof r === "number") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user