Skip to content

Commit

Permalink
Partially implemented Steely Spirit (pagefaultgames#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottSimmonds authored May 27, 2024
1 parent fc9186e commit 2edec7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2edec7f

Please sign in to comment.