mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Flag Psychic Fangs as bite move (#2926)
This commit is contained in:
parent
7d7caed285
commit
84bddcc3cd
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user