Partially implemented Steely Spirit (#1430)
This commit is contained in:
parent
fc9186e0af
commit
2edec7f95b
src/data
|
@ -4009,7 +4009,8 @@ export function initAbilities() {
|
|||
new Ability(Abilities.SCREEN_CLEANER, 8)
|
||||
.unimplemented(),
|
||||
new Ability(Abilities.STEELY_SPIRIT, 8)
|
||||
.unimplemented(),
|
||||
.attr(MoveTypePowerBoostAbAttr, Type.STEEL)
|
||||
.partial(),
|
||||
new Ability(Abilities.PERISH_BODY, 8)
|
||||
.unimplemented(),
|
||||
new Ability(Abilities.WANDERING_SPIRIT, 8)
|
||||
|
|
Loading…
Reference in New Issue