diff --git a/data/moves.ts b/data/moves.ts index 34d59b321deb..d43d37386cde 100644 --- a/data/moves.ts +++ b/data/moves.ts @@ -8532,7 +8532,7 @@ export const Moves: {[moveid: string]: MoveData} = { condition: { duration: 5, durationCallback(target, source, effect) { - if (effect?.effectType === "Move") { + if (effect?.name === "Psychic Noise") { return 2; } if (source?.hasAbility('persistent')) {