diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-07 16:56:58 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-07 16:56:58 +0800 |
commit | c147a7b52f04d1c5003a79d01eeab58bad28a27d (patch) | |
tree | 3d012808ae6b71ab89bda3824f453aee254f778a /features/mining | |
parent | 091590d76e30797ec27a143129146904c14dd2b3 (diff) | |
download | SoopyV2-c147a7b52f04d1c5003a79d01eeab58bad28a27d.tar.gz SoopyV2-c147a7b52f04d1c5003a79d01eeab58bad28a27d.tar.bz2 SoopyV2-c147a7b52f04d1c5003a79d01eeab58bad28a27d.zip |
+ fix slayer exp getting multiplied by 1.25 every boss
Diffstat (limited to 'features/mining')
-rw-r--r-- | features/mining/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/mining/index.js b/features/mining/index.js index f8f7843..3536501 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -68,7 +68,7 @@ class Mining extends Feature { this.hudElements.push(this.nextChEventElement) - this.metalDetectorSolver = new ToggleSetting("Metal detector solver", "", true, "metal_detector_solver", this) + this.metalDetectorSolver = new ToggleSetting("Metal detector solver", "", true, "metal_detector_solver", this).contributor("tenios", ["- idea that chests are in same locations every time", "- locations of chests", "- finding offset of divan mines"]) this.alertTools = new ToggleSetting("Alert when all 4 tools in inventory", "", true, "alert_tools", this) this.seenBalDamages = [] |