Skip to content

Commit

Permalink
Merge branch 'dragonflight' of https://github.com/Hekili/hekili into …
Browse files Browse the repository at this point in the history
…dragonflight
  • Loading branch information
Hekili committed Dec 16, 2023
2 parents 889f0b6 + 2d09710 commit c2ef8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/PriestShadow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ spec:RegisterAbilities( {

spend = function ()
if buff.mind_devourer.up then return 0 end
return 50 + ( talent.distorted_reality.enabled and 10 or 0 ) + ( talent.minds_eye.enabled and -5 or 0 )
return 50 + ( talent.distorted_reality.enabled and 5 or 0 ) + ( talent.minds_eye.enabled and -5 or 0 )
end,
spendType = "insanity",

Expand Down

0 comments on commit c2ef8c6

Please sign in to comment.