Skip to content

Commit

Permalink
Fix Max Guard damaging user (#5977)
Browse files Browse the repository at this point in the history
  • Loading branch information
TapoCollino authored and TheImmortal committed Nov 17, 2019
1 parent a6bd62a commit ca392d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/moves.js
Expand Up @@ -11165,7 +11165,7 @@ let BattleMovedex = {
"maxguard": {
num: 743,
accuracy: true,
basePower: 1,
basePower: 0,
category: "Status",
shortDesc: "Prevents all moves from affecting the user this turn.",
id: "maxguard",
Expand Down

0 comments on commit ca392d9

Please sign in to comment.