From 58863425c0d46b9138dc9a287e528e20c46e1d78 Mon Sep 17 00:00:00 2001 From: EmoUsedHM01 <131687820+EmoUsedHM01@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:42:47 +0100 Subject: [PATCH] Added ALWAYS_CRIT = "ALWAYS_CRIT", for the updated battler-tag-type --- src/data/enums/battler-tag-type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/enums/battler-tag-type.ts b/src/data/enums/battler-tag-type.ts index 4aecd5195db..85f00753457 100644 --- a/src/data/enums/battler-tag-type.ts +++ b/src/data/enums/battler-tag-type.ts @@ -41,6 +41,7 @@ export enum BattlerTagType { HIDDEN = "HIDDEN", FIRE_BOOST = "FIRE_BOOST", CRIT_BOOST = "CRIT_BOOST", + ALWAYS_CRIT = "ALWAYS_CRIT", NO_CRIT = "NO_CRIT", IGNORE_ACCURACY = "IGNORE_ACCURACY", BYPASS_SLEEP = "BYPASS_SLEEP",