aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonMap
diff options
context:
space:
mode:
Diffstat (limited to 'features/dungeonMap')
-rw-r--r--features/dungeonMap/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js
index b1f5eaa..b9195ed 100644
--- a/features/dungeonMap/index.js
+++ b/features/dungeonMap/index.js
@@ -189,7 +189,7 @@ class DungeonMap extends Feature {
lastXY = loc.join(",")
return
}
- if (curr === max) curr = "§a" + curr
+ if (curr === max) curr = "&a" + curr
if (this.roomDataStuff.get(loc.join(",")) !== curr + " " + max) {
this.roomDataStuff.set(loc.join(","), curr + " " + max)