Bitter Malice description fix (#4933)

It always lowers the foe's attack
This commit is contained in:
kleeenexfeu 2024-07-08 23:37:40 +02:00 committed by GitHub
parent eea736c210
commit e1a6876600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18233,7 +18233,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
.name = HANDLE_EXPANDED_MOVE_NAME("BitterMalice", "Bitter Malice"),
.description = COMPOUND_STRING(
"A spine-chilling resentment.\n"
"May lower the foe's Attack."),
"Lowers the foe's Attack."),
.effect = EFFECT_HIT,
.power = B_UPDATED_MOVE_DATA >= GEN_9 ? 75 : 60,
.type = TYPE_GHOST,