diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index ef2143575c3..ef41172468a 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2277,6 +2277,8 @@ export function getBattlerTag(tagType: BattlerTagType, turnCount: number, source return new GulpMissileTag(tagType, sourceMove); case BattlerTagType.TAR_SHOT: return new TarShotTag(); + case BattlerTagType.THROAT_CHOPPED: + return new ThroatChoppedTag(); case BattlerTagType.GORILLA_TACTICS: return new GorillaTacticsTag(); case BattlerTagType.NONE: