Skip to content

Commit

Permalink
Update scryer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored Apr 24, 2019
1 parent 6a5fdde commit 2416c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/scryer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var wantToScry = false;
function useScryerStance() {
var scry = 4;
/*if (game.global.uberNature == "Wind") {
if (game.global.uberNature == "Wind" && getEmpowerment() != "Wind") {
scry = 5;
}*/
}

var AutoStance = getPageSetting('AutoStance');
function autostancefunction() {
Expand Down

0 comments on commit 2416c0c

Please sign in to comment.