Skip to content

Commit

Permalink
Fix Power Trick
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Jan 25, 2013
1 parent 0ab7d87 commit 59ab7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/moves.js
Expand Up @@ -8302,9 +8302,9 @@ exports.BattleMovedex = {
onModifyAtk: function() {
return this.effectData.atk;
},
onModifySpAPriority: 100,
onModifySpA: function() {
return this.effectData.spa;
onModifyDefPriority: 100,
onModifyDef: function() {
return this.effectData.def;
}
},
secondary: false,
Expand Down

0 comments on commit 59ab7f4

Please sign in to comment.