Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit abc79d5

Browse files
authored
fixing utym being treated as kraken for calcs
1 parent dd6af7e commit abc79d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ idrinth.stats = {
5353
idrinth.settings.get("stats#legion") /
5454
100;
5555
}
56-
if (idrinth.settings.get("stats#utym")) {
56+
if (idrinth.settings.get("stats#kraken")) {
5757
base +=
5858
(idrinth.settings.get("stats#defense") <= 10000 ? 0.2 : 0.01) *
5959
1.8 *

0 commit comments

Comments
 (0)