Skip to content

Commit

Permalink
Fix snd prepull crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Oct 9, 2023
1 parent 32cbb37 commit 170d345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim/rogue/slice_and_dice.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ func (rogue *Rogue) registerSliceAndDice() {
rogue.SliceAndDiceAura = rogue.RegisterAura(core.Aura{
Label: "Slice and Dice",
ActionID: actionID,
// This will be overridden on cast, but set a non-zero default so it doesn't crash when used in APL prepull
Duration: rogue.sliceAndDiceDurations[5],
OnGain: func(aura *core.Aura, sim *core.Simulation) {
rogue.MultiplyMeleeSpeed(sim, hasteBonus)
},
Expand Down

0 comments on commit 170d345

Please sign in to comment.