aboutsummaryrefslogtreecommitdiff
path: root/features/specialMining/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-25 19:58:07 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-25 19:58:07 +0800
commit68984c4463ff51d60e745d43bf51eb15540725d2 (patch)
tree48120c5cf481b341e8a192b6eef4ccddba022b6b /features/specialMining/index.js
parentee8f99633a66e12b1d0c6fb9daaedb2ba802b755 (diff)
downloadSoopyV2-68984c4463ff51d60e745d43bf51eb15540725d2.tar.gz
SoopyV2-68984c4463ff51d60e745d43bf51eb15540725d2.tar.bz2
SoopyV2-68984c4463ff51d60e745d43bf51eb15540725d2.zip
+ fix dungeon map
+ powder hud fixes + guild bridge formatting + meta
Diffstat (limited to 'features/specialMining/index.js')
-rw-r--r--features/specialMining/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/specialMining/index.js b/features/specialMining/index.js
index 7f7a787..2694427 100644
--- a/features/specialMining/index.js
+++ b/features/specialMining/index.js
@@ -63,7 +63,7 @@ class PowderAndScatha extends Feature {
this.overlayRight = []
this.leftCH = false;
- this.registerChat("&7Sending to server ${s}&r", (s, e) => {
+ this.registerEvent("worldLoad", () => {
if (this.inCrystalHollows) {
this.leftCH = true;
this.inCrystalHollows = false;
@@ -169,6 +169,7 @@ class PowderAndScatha extends Feature {
resetMiningData(type) {
if (type === "powder") {
Object.keys(this.miningData.powder).forEach(thing => this.miningData.powder[thing] = 0)
+ this.expRateInfo = []
} else if (type === "scatha") {
//TODO
}