From 84bddcc3cd0fa0bbfbc39558e9e04a9f9be219e7 Mon Sep 17 00:00:00 2001 From: cadaeic Date: Sun, 20 Nov 2016 17:24:39 -0500 Subject: [PATCH] Flag Psychic Fangs as bite move (#2926) --- data/moves.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {