From 675740e0060a2a44909a96326822fc014f9563e6 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 31 May 2022 07:46:53 +0800 Subject: + 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 --- features/dungeonMap/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dungeonMap') 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) }) -- cgit