Skip to content

Commit

Permalink
feat: only use autumn leaf when we're using everything
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc committed Oct 24, 2024
1 parent 62b500c commit a128b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_providers.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,6 @@ float provideItem(int amt, location loc, boolean doEverything, boolean speculati
Wet and Greedy, //25% item
Serendipi Tea, //25% item
Glowing Hands, //25% item
Crunching Leaves, //25% item, +5 combat
Eagle Eyes, //20% item
Juiced and Jacked, //20% item
The Grass... \ Is Blue..., //40% meat, 20% item
Expand Down Expand Up @@ -1823,6 +1822,7 @@ float provideItem(int amt, location loc, boolean doEverything, boolean speculati
One Very Clear Eye, //100% item
Car-Charged, //100% meat, 100% item, 5-10MP, 50% init, 50% spell dmg, +3 stats per fight
Incredibly Well Lit //100% meat, 50% item
Crunching Leaves, //25% item, +5 combat
]))
if(pass())
return result();
Expand Down

0 comments on commit a128b62

Please sign in to comment.