Skip to content

Commit

Permalink
[CR] Respect Shadow Splash settings for announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryDragon committed Feb 4, 2023
1 parent 73ac4b5 commit fc1e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrialCloudrest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function RaidNotifier.CR.OnCombatEvent(_, result, isError, aName, aGraphic, aAct
self:StartCountdown(6500, zo_strformat(GetString(RAIDNOTIFIER_ALERTS_CLOUDREST_ROARING_FLARE_OTHER), tName), "cloudrest", "roaring_flare", false)
end
end
elseif abilityId == buffsDebuffs.shadow_splash then
elseif abilityId == buffsDebuffs.shadow_splash and settings.shadow_splash == true then
self:AddAnnouncement(GetString(RAIDNOTIFIER_ALERTS_CLOUDREST_SHADOW_SPLASH), "cloudrest", "shadow_splash")
end
elseif result == ACTION_RESULT_EFFECT_GAINED then
Expand Down

0 comments on commit fc1e08f

Please sign in to comment.