Skip to content

Commit

Permalink
Also add back disableCrits()
Browse files Browse the repository at this point in the history
  • Loading branch information
PigeonBar committed Feb 14, 2025
1 parent dafdc6f commit 104e951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/moves/rage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe("Moves - Rage", () => {
.battleType("double")
.startingLevel(100)
.moveset([MoveId.RAGE, MoveId.SPLASH])
.disableCrits()
.enemySpecies(Species.BLISSEY)
.enemyLevel(100)
.enemyAbility(Abilities.NO_GUARD)
Expand Down

0 comments on commit 104e951

Please sign in to comment.