Skip to content

Commit

Permalink
expose feral t2.5 2p
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 18, 2024
1 parent 000a6d8 commit a41d6d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sim/druid/item_sets_pve.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ var ItemSetGenesisCunning = core.NewItemSet(core.ItemSet{
2: func(agent core.Agent) {
druid := agent.(DruidAgent).GetDruid()
druid.RegisterAura(core.Aura{
Label: "S03 - Item - TAQ - Druid - Feral 2P Bonus",
ActionID: core.ActionID{SpellID: 1213171}, // Intentionally exposing it to the APL
Label: "S03 - Item - TAQ - Druid - Feral 2P Bonus",
OnInit: func(aura *core.Aura, sim *core.Simulation) {
druid.ShredPositionOverride = true
if !druid.PseudoStats.InFrontOfTarget {
Expand Down

0 comments on commit a41d6d2

Please sign in to comment.