Flag Psychic Fangs as bite move (#2926)

This commit is contained in:
cadaeic 2016-11-20 17:24:39 -05:00 committed by Marty-D
parent 7d7caed285
commit 84bddcc3cd

View File

@ -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')) {