Add the once per battle condition

This removes the partial from the ability.
This commit is contained in:
Madmadness65 2025-02-17 03:24:53 -06:00
parent 81492fb3b1
commit 3cb3149ee4

View File

@ -6423,7 +6423,7 @@ export function initAbilities() {
.attr(PostTeraFormChangeRemoveTerrainAbAttr, [ TerrainType.MISTY, TerrainType.ELECTRIC, TerrainType.GRASSY, TerrainType.PSYCHIC ])
.attr(UncopiableAbilityAbAttr)
.attr(UnswappableAbilityAbAttr)
.partial(), // Does not have the one use per Tera restriction yet
.condition(getOncePerBattleCondition(Abilities.TERAFORM_ZERO)),
new Ability(Abilities.POISON_PUPPETEER, 9)
.attr(UncopiableAbilityAbAttr)
.attr(UnswappableAbilityAbAttr)