Partially implemented Steely Spirit (#1430)

This commit is contained in:
Elliott Simmonds 2024-05-27 13:19:17 +01:00 committed by GitHub
parent fc9186e0af
commit 2edec7f95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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)