Skip to content

Commit

Permalink
Only prefer Extinguisher in Shadow Rifts if we can Polar Vortex
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Dec 2, 2024
1 parent 3148860 commit 0401c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_pre_adv.ash
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ boolean auto_pre_adventure()
{
autoEquip(exting);
}
else if(auto_availableBrickRift() == place)
else if(auto_availableBrickRift() == place && auto_fireExtinguisherCharges() > 20)
{
autoEquip(exting); // polar vortex for shadow bricks
}
Expand Down

0 comments on commit 0401c3d

Please sign in to comment.