more distinct wall chars

This commit is contained in:
2025-02-22 19:55:00 -08:00
parent 898a93d8e5
commit ba151a76fd

View File

@ -103,7 +103,7 @@ class Knife {
return "█";
}
if (this.#map.get(loc).architecture == Architecture.Wall) {
return "#";
return "";
}
let r = this.#regions.get(loc);
if(typeof r === "number") {