Skip to content

Commit

Permalink
Update stance.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored Mar 21, 2019
1 parent a26a723 commit b644577
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/stance.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ function windStance() {
if (game.global.world <= 70) return;
var stancey = 2;
if (game.global.challengeActive != "Daily") {
if (calcCurrentStance() == 5) {
stancey = 5;
lowHeirloom();
}
if (calcCurrentStance() == 2) {
stancey = 2;
lowHeirloom();
Expand Down Expand Up @@ -325,6 +329,10 @@ function windStance() {
}
}
if (game.global.challengeActive == "Daily") {
if (calcCurrentStance() == 5) {
stancey = 5;
dlowHeirloom();
}
if (calcCurrentStance() == 2) {
stancey = 2;
dlowHeirloom();
Expand Down

0 comments on commit b644577

Please sign in to comment.