aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonMap
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-31 07:46:53 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-31 07:46:53 +0800
commit675740e0060a2a44909a96326822fc014f9563e6 (patch)
tree728ddec189c2a605d4afd326b2cb06e841dfcdca /features/dungeonMap
parent021187844fe3ccf5a09e9d0a386b3cd96c0ad549 (diff)
downloadSoopyV2-675740e0060a2a44909a96326822fc014f9563e6.tar.gz
SoopyV2-675740e0060a2a44909a96326822fc014f9563e6.tar.bz2
SoopyV2-675740e0060a2a44909a96326822fc014f9563e6.zip
+ added gemstone and mithril powder to hud stat
+ added option to force mining $/h prices to use npc (instead of the highest between bz and npc) eg for ironman players
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 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)
})