diff --git a/data/moves.js b/data/moves.js index fc39df8fb7..9f8d7d7095 100644 --- a/data/moves.js +++ b/data/moves.js @@ -12285,7 +12285,7 @@ exports.BattleMovedex = { name: "Psychic Fangs", pp: 10, priority: 0, - flags: {contact: 1, protect: 1, mirror: 1}, + flags: {bite: 1, contact: 1, protect: 1, mirror: 1}, onTryHit: function (pokemon) { // will shatter screens through sub, before you hit if (pokemon.runImmunity('Psychic')) {