add minds eye handling also

pull/473/head
contra1337 2024-05-05 08:01:33 -05:00
parent 85e39a3986
commit ce81642b80
1 changed files with 2 additions and 1 deletions

View File

@ -3531,7 +3531,8 @@ export function initAbilities() {
.attr(MoveAbilityBypassAbAttr, (pokemon, move: Move) => move.category === MoveCategory.STATUS)
.partial(),
new Ability(Abilities.MINDS_EYE, 9)
.ignorable()
.attr(IgnoreTypeImmunityAbAttr, Type.GHOST, [Type.NORMAL, Type.FIGHTING])
.ignorable() // TODO: evasiveness bypass should not be ignored, but accuracy immunity should
.unimplemented(),
new Ability(Abilities.SUPERSWEET_SYRUP, 9)
.unimplemented(),