mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Add the once per battle condition
This removes the partial from the ability.
This commit is contained in:
parent
81492fb3b1
commit
3cb3149ee4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user