Update gastro_acid.test.ts

This commit is contained in:
Sirz Benjie 2025-05-20 18:21:04 -05:00
parent 74eac246a4
commit 9a9d90b71d
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -81,7 +81,6 @@ describe("Moves - Gastro Acid", () => {
it("should suppress the passive of a target even if its main ability is unsuppressable", async () => { it("should suppress the passive of a target even if its main ability is unsuppressable", async () => {
game.override.enemyAbility(Abilities.COMATOSE); game.override.enemyAbility(Abilities.COMATOSE);
game.override.enemyPassiveAbility(Abilities.WATER_ABSORB); game.override.enemyPassiveAbility(Abilities.WATER_ABSORB);
game.override.enemyHasPassiveAbility(true);
await game.classicMode.startBattle([Species.MAGIKARP]); await game.classicMode.startBattle([Species.MAGIKARP]);
const enemyPokemon = game.scene.getEnemyPokemon(); const enemyPokemon = game.scene.getEnemyPokemon();