Skip to content

Commit

Permalink
Update ab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored May 20, 2021
1 parent 4f6d0d5 commit 10be05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ab.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function ABsolver() {
autoBattle.buyBonus('Extra_Limbs');
}

if (autoBattle.bonuses.Extra_Limbs.level >= 2) {
if (autoBattle.bonuses.Extra_Limbs.level >= 2 && autoBattle.items.Rusty_Dagger.level < 5) {
ABlevelswitch(8);
items = ['Rusty_Dagger','Fists_of_Goo','Battery_Stick','Putrid_Pouch','Chemistry_Set','Labcoat'];
level = [5,4,4,3,4,2];
Expand Down Expand Up @@ -413,7 +413,7 @@ function ABsolver() {
level = [5,4,4,3,4,2];
ABlevelswitch(10);
}
if (autoBattle.items.Hungering_Mold.owned) {
if (autoBattle.items.Hungering_Mold.owned && autoBattle.items.Putrid_Pouch.level < 4) {
items = ['Rusty_Dagger','Fists_of_Goo','Raincoat','Putrid_Pouch','Chemistry_Set','Labcoat'];
level = [5,4,4,3,4,2];
ABlevelswitch(10);
Expand Down

0 comments on commit 10be05b

Please sign in to comment.