diff options
Diffstat (limited to 'features/dungeonMap')
-rw-r--r-- | features/dungeonMap/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index d349fa6..207d480 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -101,7 +101,7 @@ class DungeonMap extends Feature { this.dungeonBrBoxElm.stopRender() }) - this.registerChat("&r${*}&r&f &r&ehas obtained &r&a&r&${*} Key&r&e!&r", () => { + this.registerChat("${*} &r&ehas obtained &r&a&r&${*} Key&r&e!&r", () => { this.keys++ this.dungeonBrBoxElm.setRGBA(0, 1, 0, 1) }) |