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

Commit

Permalink
fixing utym being treated as kraken for calcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed May 30, 2018
1 parent 21603ad commit b88b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ idrinth.stats = {
idrinth.settings.get("stats#legion") /
100;
}
if (idrinth.settings.get("stats#utym")) {
if (idrinth.settings.get("stats#kraken")) {
base +=
(idrinth.settings.get("stats#defense") <= 10000 ? 0.2 : 0.01) *
1.8 *
Expand Down

0 comments on commit b88b4e5

Please sign in to comment.