mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
remove unimplemented from minds eye
This commit is contained in:
parent
ce81642b80
commit
28c313793f
@ -3532,8 +3532,7 @@ export function initAbilities() {
|
|||||||
.partial(),
|
.partial(),
|
||||||
new Ability(Abilities.MINDS_EYE, 9)
|
new Ability(Abilities.MINDS_EYE, 9)
|
||||||
.attr(IgnoreTypeImmunityAbAttr, Type.GHOST, [Type.NORMAL, Type.FIGHTING])
|
.attr(IgnoreTypeImmunityAbAttr, Type.GHOST, [Type.NORMAL, Type.FIGHTING])
|
||||||
.ignorable() // TODO: evasiveness bypass should not be ignored, but accuracy immunity should
|
.ignorable(), // TODO: evasiveness bypass should not be ignored, but accuracy immunity should
|
||||||
.unimplemented(),
|
|
||||||
new Ability(Abilities.SUPERSWEET_SYRUP, 9)
|
new Ability(Abilities.SUPERSWEET_SYRUP, 9)
|
||||||
.unimplemented(),
|
.unimplemented(),
|
||||||
new Ability(Abilities.HOSPITALITY, 9)
|
new Ability(Abilities.HOSPITALITY, 9)
|
||||||
|
Loading…
Reference in New Issue
Block a user