Skip to content

Commit

Permalink
Update talents.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent a615222 commit afaa298
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sim/druid/talents.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ func (druid *Druid) ApplyTalents() {
druid.applyMoonglow()
druid.applyMoonfury()

// SoD tuning made this all damage, not just physical damage
druid.PseudoStats.DamageDealtMultiplier *= 1 + 0.02*float64(druid.Talents.NaturalWeapons)
druid.PseudoStats.SchoolDamageDealtMultiplier[stats.SchoolIndexPhysical] *= 1 + 0.02*float64(druid.Talents.NaturalWeapons)

// Feral
druid.applyBloodFrenzy()
Expand Down

0 comments on commit afaa298

Please sign in to comment.