mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
Prevents test pokemon from being immune to torment
This commit is contained in:
parent
40960b8098
commit
d9eb760be5
@ -29,7 +29,8 @@ describe("Moves - Torment", () => {
|
||||
.enemyMoveset([Moves.TORMENT, Moves.SPLASH])
|
||||
.enemySpecies(Species.SHUCKLE)
|
||||
.enemyLevel(30)
|
||||
.moveset([Moves.TACKLE]);
|
||||
.moveset([Moves.TACKLE])
|
||||
.ability(Abilities.BALL_FETCH);
|
||||
});
|
||||
|
||||
it("Pokemon should not be able to use the same move consecutively", async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user