Skip to content

Commit

Permalink
Mark Rage Fist as partial in line with similar moves/abilities (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayKev authored Nov 29, 2024
1 parent c86b635 commit 2b64ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/move.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10554,6 +10554,7 @@ export function initMoves() {
new AttackMove(Moves.TWIN_BEAM, Type.PSYCHIC, MoveCategory.SPECIAL, 40, 100, 10, -1, 0, 9)
.attr(MultiHitAttr, MultiHitType._2),
new AttackMove(Moves.RAGE_FIST, Type.GHOST, MoveCategory.PHYSICAL, 50, 100, 10, -1, 0, 9)
.partial() // Counter resets every wave instead of on arena reset
.attr(HitCountPowerAttr)
.punchingMove(),
new AttackMove(Moves.ARMOR_CANNON, Type.FIRE, MoveCategory.SPECIAL, 120, 100, 5, -1, 0, 9)
Expand Down

0 comments on commit 2b64ef6

Please sign in to comment.