aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/specialMining/index.js2
1 files changed, 1 insertions, 1 deletions
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)
}
}