mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-24 10:46:09 +00:00
Partially implemented Steely Spirit (#1430)
This commit is contained in:
parent
fc9186e0af
commit
2edec7f95b
@ -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…
x
Reference in New Issue
Block a user