Added ALWAYS_CRIT = "ALWAYS_CRIT", for the updated battler-tag-type

This commit is contained in:
EmoUsedHM01 2024-04-12 20:42:47 +01:00 committed by GitHub
parent 5cbdb5a679
commit 58863425c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",