more distinct wall chars

This commit is contained in:
Kistaro Windrider 2025-02-22 19:55:00 -08:00
parent 898a93d8e5
commit ba151a76fd
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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") {