Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Sep 30, 2024
1 parent 3a834fd commit a383bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/common/sod/item_effects/phase_5.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ func ClawOfChromaggusEffect(character *core.Character) {
if character.HasRuneById(int32(proto.MageRune_RuneBeltFrostfireBolt)) {
fireChance, frostChance = 0.25, 0.25
arcaneChance, natureChance, shadowChance = 0.50/3, 0.50/3, 0.50/3
// Never implemented differently for Spellfrost Bolt
} else if character.HasRuneById(int32(proto.MageRune_RuneBeltSpellfrostBolt)) {
arcaneChance, frostChance = 0.25, 0.25
fireChance, natureChance, shadowChance = 0.50/3, 0.50/3, 0.50/3
Expand Down

0 comments on commit a383bfd

Please sign in to comment.