diff --git a/RELEASE/scripts/autoscend/quests/level_12.ash b/RELEASE/scripts/autoscend/quests/level_12.ash index 48b0c2fec..234e4eab4 100644 --- a/RELEASE/scripts/autoscend/quests/level_12.ash +++ b/RELEASE/scripts/autoscend/quests/level_12.ash @@ -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) ||