Skip to content

Commit

Permalink
Set default Savage Roar aura duration on initilization to the maximum
Browse files Browse the repository at this point in the history
5-CP value to enable pre-pull activations in custom APLs.

 On branch feral
 Changes to be committed:
	modified:   sim/druid/savage_roar.go
  • Loading branch information
NerdEgghead committed Jan 31, 2025
1 parent 42cc1bd commit 779c8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/druid/savage_roar.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (druid *Druid) registerSavageRoarSpell() {
druid.SavageRoarAura = druid.RegisterAura(core.Aura{
Label: "Savage Roar Aura",
ActionID: actionID,
Duration: 9,
Duration: druid.SavageRoarDurationTable[5], // use maximum possible value here for pre-pull activations
OnGain: func(aura *core.Aura, sim *core.Simulation) {
druid.MHAutoSpell.DamageMultiplier *= srm
},
Expand Down

0 comments on commit 779c8e6

Please sign in to comment.