Skip to content

Commit

Permalink
DK starting with extra RP when using HoW pre-pull (#4021)
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green authored Nov 8, 2023
1 parent 25cd0a8 commit 4b6f990
Show file tree
Hide file tree
Showing 4 changed files with 745 additions and 745 deletions.
2 changes: 1 addition & 1 deletion sim/deathknight/deathknight.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func NewDeathknight(character *core.Character, inputs DeathknightInputs, talents
core.FillTalentsProto(dk.Talents.ProtoReflect(), talents, TalentTreeSizes)

maxRunicPower := 100.0 + 15.0*float64(dk.Talents.RunicPowerMastery)
currentRunicPower := math.Min(maxRunicPower, dk.Inputs.StartingRunicPower+core.TernaryFloat64(dk.Inputs.PrecastHornOfWinter, 10.0, 0.0))
currentRunicPower := math.Min(maxRunicPower, dk.Inputs.StartingRunicPower)

dk.EnableRunicPowerBar(
currentRunicPower,
Expand Down
Loading

0 comments on commit 4b6f990

Please sign in to comment.