From a41d6d254a419eb5f11471d3a8401b6b8cc81b51 Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Mon, 18 Nov 2024 17:22:17 -0500 Subject: [PATCH] expose feral t2.5 2p --- sim/druid/item_sets_pve.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sim/druid/item_sets_pve.go b/sim/druid/item_sets_pve.go index 20aefa583..90d54c926 100644 --- a/sim/druid/item_sets_pve.go +++ b/sim/druid/item_sets_pve.go @@ -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 {