Skip to content

Commit

Permalink
fix rogue toxicologist shoulder rune
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 14, 2025
1 parent 6ed6466 commit 11b1d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/rogue/runes.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (rogue *Rogue) applyShoulderRuneEffect() {
switch rogue.Equipment.Shoulders().Rune {
// Damage
case int32(proto.RogueRune_RuneShouldersAvoidant):
case int32(proto.HunterRune_RuneShouldersToxinologist):
case int32(proto.RogueRune_RuneShouldersToxicologist):
rogue.applyT1Damage4PBonus()
case int32(proto.RogueRune_RuneShouldersExecutioner):
rogue.applyT1Damage6PBonus()
Expand Down

0 comments on commit 11b1d47

Please sign in to comment.