Skip to content

Commit

Permalink
Gen 4: Fix Nature Power (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander B authored and Marty-D committed Oct 30, 2018
1 parent a14301b commit 3a5f022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mods/gen4/moves.js
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,9 @@ let BattleMovedex = {
inherit: true,
desc: "This move calls another move for use based on the battle terrain. Tri Attack in Wi-Fi battles.",
shortDesc: "Attack changes based on terrain. (Tri Attack)",
onHit: function (pokemon) {
this.useMove('triattack', pokemon);
},
},
odorsleuth: {
inherit: true,
Expand Down

0 comments on commit 3a5f022

Please sign in to comment.