Skip to content

Commit

Permalink
balance pass 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewei068 committed Dec 23, 2024
1 parent a176758 commit 7fd9328
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 203 deletions.
2 changes: 1 addition & 1 deletion src/battle/data/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const effectsToRegister = Object.freeze({
eventName: battleEventEnum.BEFORE_EFFECT_ADD,
callback: (eventArgs) => {
const effect = getEffect(eventArgs.effectId);
if (effect.type !== effectTypes.DEBUFF) {
if (effect.type !== effectTypes.DEBUFF || effect.dispellable) {
return;
}

Expand Down
Loading

0 comments on commit 7fd9328

Please sign in to comment.