mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Use undefined for mod field removals
This commit is contained in:
parent
32614326cc
commit
ce0bd49d3c
|
|
@ -610,8 +610,8 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = {
|
|||
inherit: true,
|
||||
flags: { sound: 1, distance: 1, metronome: 1 },
|
||||
volatileStatus: undefined,
|
||||
onHit() {},
|
||||
onTryHit() {},
|
||||
onHit: undefined, // no inherit
|
||||
onTryHit: undefined, // no inherit
|
||||
onHitField(target, source, move) {
|
||||
let result = false;
|
||||
let message = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user