Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Oct 1, 2024
1 parent 38f67f1 commit 41449ab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions TheWarWithin/PaladinRetribution.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1842,9 +1842,13 @@ spec:RegisterAbilities( {

if buff.hammer_of_light_free.up then
removeBuff( "hammer_of_light_free" )
elseif buff.hammer_of_light_ready.up and buff.lights_deliverance.stack_pct == 100 then
removeBuff( "lights_deliverance" )
applyBuff( "hammer_of_light_free" )
else
removeBuff( "hammer_of_light_ready" )

if buff.lights_deliverance.stack_pct == 100 then
removeBuff( "lights_deliverance" )
applyBuff( "hammer_of_light_free" )
end
end
end,

Expand Down

0 comments on commit 41449ab

Please sign in to comment.