Skip to content

Commit 0c736c9

Browse files
committed
removed ec and hydro swirl ignore.
1 parent 149eb43 commit 0c736c9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • internal/characters/traveler/common/pyro

internal/characters/traveler/common/pyro/skill.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ func (c *Traveler) scorchingThresholdOnDamage() {
218218
if !c.StatusIsActive(scoringThresholdKey) {
219219
return false
220220
}
221-
// ignore EC, hydro swirl, and burning damage
222-
// this clause is here since these damage types are sourced to the target rather than character
223-
if ae.Info.AttackTag == attacks.AttackTagECDamage || ae.Info.AttackTag == attacks.AttackTagBurningDamage ||
221+
// ignore burning damage
222+
if ae.Info.AttackTag == attacks.AttackTagBurningDamage ||
224223
ae.Info.AttackTag == attacks.AttackTagSwirlHydro {
225224
return false
226225
}

0 commit comments

Comments
 (0)