Skip to content

Commit

Permalink
Don't consume Legendary Pizzas if in turbo and haven't done the Crann…
Browse files Browse the repository at this point in the history
…y for dieting pills yet
  • Loading branch information
dsimich committed Nov 11, 2024
1 parent 679fc94 commit df95d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_consume.ash
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ boolean loadConsumables(string _type, ConsumeAction[int] actions)
{
blacklist[it] = true;
}
if (get_property("auto_dontConsumeLegendPizzas").to_boolean() && !in_small())
if ((get_property("auto_dontConsumeLegendPizzas").to_boolean() && !in_small()) || (auto_turbo() && get_property("cyrptCrannyEvilness").to_int() > 0))
{
foreach it in $items[Pizza of Legend, Calzone of Legend, Deep Dish of Legend]
{
Expand Down

0 comments on commit df95d5a

Please sign in to comment.