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 }