Skip to content

Commit

Permalink
Change Citlali c2 to only apply to active char
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentvan7 committed Jan 10, 2025
1 parent 33164bd commit 427fc42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/gi/sheets/src/Characters/Citlali/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,11 @@ const c2ShieldEleMas_disp = greaterEq(
equal(condC2ShieldEleMas, 'on', dm.constellation2.teamEleMas),
{ path: 'eleMas', isTeamBuff: true }
)
const c2ShieldEleMas = unequal(target.charKey, key, c2ShieldEleMas_disp)
const c2ShieldEleMas = unequal(
target.charKey,
key,
equal(target.charKey, input.activeCharKey, c2ShieldEleMas_disp)
)

const c2NsFreezeMelt_pyro_enemyRes_ = greaterEq(
input.constellation,
Expand Down

0 comments on commit 427fc42

Please sign in to comment.