Fix volt tackle not inflicting recoil (#7944)

This commit is contained in:
FosterProgramming 2025-10-13 23:52:21 +02:00 committed by GitHub
parent 136e976362
commit 14710eba04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9079,7 +9079,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
"A life-risking tackle that\n"
"slightly hurts the user."),
#endif
.effect = EFFECT_HIT,
.effect = EFFECT_RECOIL,
.power = 120,
.type = TYPE_ELECTRIC,
.accuracy = 100,