more distinct wall chars
This commit is contained in:
		| @@ -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") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user