mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Update rage.test.ts
This commit is contained in:
parent
1645982190
commit
447b75cd90
@ -41,7 +41,7 @@ describe("Moves - Rage", () => {
|
|||||||
.battleType("single")
|
.battleType("single")
|
||||||
.ability(Abilities.UNNERVE)
|
.ability(Abilities.UNNERVE)
|
||||||
.starterSpecies(Species.BOLTUND)
|
.starterSpecies(Species.BOLTUND)
|
||||||
.moveset([Moves.RAGE,Moves.SPLASH,Moves.SPORE,Moves.VITAL_THROW])
|
.moveset([Moves.RAGE, Moves.SPLASH, Moves.SPORE, Moves.VITAL_THROW])
|
||||||
.enemyAbility(Abilities.NO_GUARD)
|
.enemyAbility(Abilities.NO_GUARD)
|
||||||
.startingLevel(100)
|
.startingLevel(100)
|
||||||
.enemyLevel(100)
|
.enemyLevel(100)
|
||||||
|
Loading…
Reference in New Issue
Block a user