Skip to content

Commit

Permalink
Add scoring for the Glaive Rush BattlerTags (#4514)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayKev authored Sep 30, 2024
1 parent 1bae87f commit 3d34608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/move.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4544,6 +4544,7 @@ export class AddBattlerTagAttr extends MoveEffectAttr {
case BattlerTagType.DROWSY:
case BattlerTagType.DISABLED:
case BattlerTagType.HEAL_BLOCK:
case BattlerTagType.RECEIVE_DOUBLE_DAMAGE:
return -5;
case BattlerTagType.SEEDED:
case BattlerTagType.SALT_CURED:
Expand All @@ -4564,6 +4565,7 @@ export class AddBattlerTagAttr extends MoveEffectAttr {
case BattlerTagType.ENCORE:
return -2;
case BattlerTagType.MINIMIZED:
case BattlerTagType.ALWAYS_GET_HIT:
return 0;
case BattlerTagType.INGRAIN:
case BattlerTagType.IGNORE_ACCURACY:
Expand Down

0 comments on commit 3d34608

Please sign in to comment.