diff --git a/mods/gen4/moves.js b/mods/gen4/moves.js index 87a14d4b2..54527c2d0 100644 --- a/mods/gen4/moves.js +++ b/mods/gen4/moves.js @@ -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,