mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Denote Oblivious ability as partially implemented due to taunt
This commit is contained in:
parent
e47a0ba05b
commit
5b1ac5019b
@ -2924,7 +2924,8 @@ export function initAbilities() {
|
||||
new Ability(Abilities.OBLIVIOUS, 3)
|
||||
.attr(BattlerTagImmunityAbAttr, BattlerTagType.INFATUATED)
|
||||
.attr(IntimidateImmunityAbAttr)
|
||||
.ignorable(),
|
||||
.ignorable()
|
||||
.partial(),
|
||||
new Ability(Abilities.CLOUD_NINE, 3)
|
||||
.attr(SuppressWeatherEffectAbAttr, true),
|
||||
new Ability(Abilities.COMPOUND_EYES, 3)
|
||||
|
Loading…
Reference in New Issue
Block a user