From 0401c3d0f82b351daeb8abd11da8f76161556052 Mon Sep 17 00:00:00 2001 From: dsimich <21962115+dsimich@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:59:36 -0500 Subject: [PATCH] Only prefer Extinguisher in Shadow Rifts if we can Polar Vortex --- RELEASE/scripts/autoscend/auto_pre_adv.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE/scripts/autoscend/auto_pre_adv.ash b/RELEASE/scripts/autoscend/auto_pre_adv.ash index f0e13f0f7..d00eface7 100644 --- a/RELEASE/scripts/autoscend/auto_pre_adv.ash +++ b/RELEASE/scripts/autoscend/auto_pre_adv.ash @@ -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 }