Fix Diamond Storm's effect (#4947)

This commit is contained in:
Bassoonian 2024-07-11 15:28:38 +02:00 committed by GitHub
parent f85bff6e30
commit deb2b69a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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