Skip to content

Commit

Permalink
Fix Diamond Storm's effect (rh-hideout#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Jul 11, 2024
1 parent f85bff6 commit deb2b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/moves_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -14126,6 +14126,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
.metronomeBanned = TRUE,
.additionalEffects = ADDITIONAL_EFFECTS({
.moveEffect = B_UPDATED_MOVE_DATA >= GEN_7 ? MOVE_EFFECT_DEF_PLUS_2: MOVE_EFFECT_DEF_PLUS_1,
.self = TRUE,
.chance = 50,
}),
.contestEffect = CONTEST_EFFECT_USER_MORE_EASILY_STARTLED,
Expand Down

0 comments on commit deb2b69

Please sign in to comment.