Skip to content

Commit

Permalink
Add smoke devils and tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Nov 27, 2024
1 parent d0a8e59 commit 697d541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mahoji/lib/abstracted_commands/autoSlayCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AutoSlayMaxEfficiencyTable: AutoslayLink[] = [
monsterID: Monsters.Araxyte.id,
efficientName: Monsters.Araxyte.name,
efficientMonster: Monsters.Araxyte.id,
efficientMethod: ['cannon']
efficientMethod: 'cannon'
},
{
monsterID: Monsters.Jelly.id,
Expand Down Expand Up @@ -153,7 +153,7 @@ const AutoSlayMaxEfficiencyTable: AutoslayLink[] = [
monsterID: Monsters.SmokeDevil.id,
efficientName: Monsters.SmokeDevil.name,
efficientMonster: Monsters.SmokeDevil.id,
efficientMethod: ['barrage', 'cannon']
efficientMethod: 'barrage'
},
{
monsterID: Monsters.DarkBeast.id,
Expand Down

0 comments on commit 697d541

Please sign in to comment.