Skip to content

Commit

Permalink
pyroclastic thunder should apply to overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 13, 2025
1 parent 08dbc1c commit 55b9a9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sim/shaman/items.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,10 @@ func init() {
core.Flatten(
[][]*core.Spell{
shaman.LightningBolt,
shaman.LightningBoltOverload,
shaman.ChainLightning,
{shaman.LavaBurst},
shaman.ChainLightningOverload,
{shaman.LavaBurst, shaman.LavaBurstOverload},
},
),
func(spell *core.Spell) bool { return spell != nil },
Expand Down

0 comments on commit 55b9a9b

Please sign in to comment.