Skip to content

Commit

Permalink
Remove Supersweet Syrup's once-per-battle condition (#4906)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerthunder authored Nov 28, 2024
1 parent a7fa593 commit c86b635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data/ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6340,8 +6340,7 @@ export function initAbilities() {
.attr(IgnoreOpponentStatStagesAbAttr, [ Stat.EVA ])
.ignorable(),
new Ability(Abilities.SUPERSWEET_SYRUP, 9)
.attr(PostSummonStatStageChangeAbAttr, [ Stat.EVA ], -1)
.condition(getOncePerBattleCondition(Abilities.SUPERSWEET_SYRUP)),
.attr(PostSummonStatStageChangeAbAttr, [ Stat.EVA ], -1),
new Ability(Abilities.HOSPITALITY, 9)
.attr(PostSummonAllyHealAbAttr, 4, true),
new Ability(Abilities.TOXIC_CHAIN, 9)
Expand Down

0 comments on commit c86b635

Please sign in to comment.