Skip to content

Commit

Permalink
BlackfathomDeeps_Classic: Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Dec 7, 2023
1 parent ccea347 commit 69d6fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlackfathomDeeps_Classic/Akumai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
--

function mod:CorrosiveBlastOrVoidBlast(args)
self:Message(args.spellId, "red", CL.breath)
self:Message(args.spellId, "red", CL.incoming:format(CL.breath))
self:Bar(args.spellId, 21, CL.breath)
self:CastBar(args.spellId, 3, CL.breath)
self:PlaySound(args.spellId, "warning")
Expand Down
4 changes: 2 additions & 2 deletions BlackfathomDeeps_Classic/TwilightLordKelris.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
function mod:GetOptions()
return {
423135, -- Sleep
{425460, "COUNTDOWN"}, -- Dream Eater
{425460, "COUNTDOWN", "ME_ONLY_EMPHASIZE"}, -- Dream Eater
425265, -- Shadowy Chains
"stages",
426489, -- Manifesting Dreams
Expand Down Expand Up @@ -72,7 +72,7 @@ end

function mod:DreamEaterApplied(args)
if self:Me(args.destGUID) then
self:PersonalMessage(args.spellId)
self:PersonalMessage(args.spellId, false, CL.custom_sec:format(args.spellName, 15))
self:PlaySound(args.spellId, "warning", nil, args.destName)
self:Bar(args.spellId, 15)
end
Expand Down

0 comments on commit 69d6fdd

Please sign in to comment.