Update Lash Out description to clarify its effect (#8372)

This commit is contained in:
PhallenTree 2025-11-29 09:49:29 +00:00 committed by GitHub
parent c7735d6d2c
commit 6ccce4342b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18672,8 +18672,8 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
{
.name = COMPOUND_STRING("Lash Out"),
.description = COMPOUND_STRING(
"If stats lowered during this\n"
"turn, power is doubled."),
"If user's stats were lowered\n"
"this turn, power is doubled."),
.effect = EFFECT_LASH_OUT,
.power = 75,
.type = TYPE_DARK,