Skip to content

Commit

Permalink
Add August Scepter req
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Oct 18, 2024
1 parent 6adca34 commit 6be0807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE/scripts/autoscend/quests/level_12.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1749,9 +1749,9 @@ boolean L12_themtharHills()
auto_log_info("Themthar Nuns!", "blue");
}
//can only do this in Avant Guard in 6 turns in HC or 8 turns in Normal
//can only do this in Avant Guard in 6 turns in HC or 8 turns in Normal. Need the August Scepter
set_property("auto_delayWar", false);
if(in_avantGuard())
if(in_avantGuard() && auto_haveAugustScepter())
{
auto_log_info("Checking how much meat drop we can get");
if((in_hardcore() && item_amount($item[waffle]) <= 6 && $location[The Themthar Hills].turns_spent + item_amount($item[waffle]) > 6) ||
Expand Down

0 comments on commit 6be0807

Please sign in to comment.