Skip to content

Commit

Permalink
Small update to extinguisher charges left and rifts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Dec 13, 2024
1 parent c118c9d commit 9ab357f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE/scripts/autoscend/auto_pre_adv.ash
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@ boolean auto_pre_adventure()
{
autoEquip(exting);
}
else if(auto_availableBrickRift() == place && auto_fireExtinguisherCharges() > 20)
else if(auto_availableBrickRift() == place && auto_fireExtinguisherCharges() >= 30)
{
autoEquip(exting); // polar vortex for shadow bricks
autoEquip(exting); // Can do at least 1 polar vortex for shadow bricks while keeping 20 for a zone specific skill
}
else if(in_wildfire() && auto_haveFireExtinguisher() && place.fire_level > 3)
{
Expand Down

0 comments on commit 9ab357f

Please sign in to comment.