remove unimplemented from minds eye
parent
ce81642b80
commit
28c313793f
|
|
@ -3532,8 +3532,7 @@ export function initAbilities() {
|
|||
.partial(),
|
||||
new Ability(Abilities.MINDS_EYE, 9)
|
||||
.attr(IgnoreTypeImmunityAbAttr, Type.GHOST, [Type.NORMAL, Type.FIGHTING])
|
||||
.ignorable() // TODO: evasiveness bypass should not be ignored, but accuracy immunity should
|
||||
.unimplemented(),
|
||||
.ignorable(), // TODO: evasiveness bypass should not be ignored, but accuracy immunity should
|
||||
new Ability(Abilities.SUPERSWEET_SYRUP, 9)
|
||||
.unimplemented(),
|
||||
new Ability(Abilities.HOSPITALITY, 9)
|
||||
|
|
|
|||
Loading…
Reference in New Issue