Skip to content

Commit

Permalink
Don't consider the arena if auto_ignoreFlyer is set. (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobSanders-kol authored Sep 10, 2023
1 parent 9d05e54 commit bd7d1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE/scripts/autoscend/quests/level_12.ash
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ WarPlan auto_bestWarPlan()
{
considerNuns = false;
}
if(get_property("auto_ignoreFlyer").to_boolean())
{
considerArena = false;
}

// Calculate the adventure cost of doing each sidequest.
int advCostArena = 0; //Arena actual cost is 0 adventures... unless you mess it up. TODO: check if messed up.
Expand Down

0 comments on commit bd7d1aa

Please sign in to comment.