From 8e3b9a4efcd4fc1a4df086def79d58efe5b77ced Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Tue, 6 Sep 2022 09:16:17 +0800 Subject: finished todo + resetminingdata() scatha todo --- features/specialMining/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/specialMining/index.js b/features/specialMining/index.js index 794b9ca..5537097 100644 --- a/features/specialMining/index.js +++ b/features/specialMining/index.js @@ -240,7 +240,7 @@ class PowderAndScatha extends Feature { Object.keys(this.miningData.powder).forEach(thing => this.miningData.powder[thing] = 0) this.expRateInfo = [] } else if (type === "scatha") { - //TODO + Object.keys(this.miningData.scatha).forEach(thing => this.miningData.scatha[thing] = 0) } } -- cgit