This commit is contained in:
NightKev 2024-10-12 09:08:43 -07:00 committed by GitHub
parent 6692bae14f
commit 3850d68f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4914,7 +4914,7 @@ export function initAbilities() {
.ignorable(), .ignorable(),
new Ability(Abilities.SHIELD_DUST, 3) new Ability(Abilities.SHIELD_DUST, 3)
.attr(IgnoreMoveEffectsAbAttr) .attr(IgnoreMoveEffectsAbAttr)
.edgeCase(), // Does not work with secret power (uimplemented) .edgeCase(), // Does not work with secret power (unimplemented)
new Ability(Abilities.OWN_TEMPO, 3) new Ability(Abilities.OWN_TEMPO, 3)
.attr(BattlerTagImmunityAbAttr, BattlerTagType.CONFUSED) .attr(BattlerTagImmunityAbAttr, BattlerTagType.CONFUSED)
.attr(IntimidateImmunityAbAttr) .attr(IntimidateImmunityAbAttr)