Skip to content

Commit

Permalink
Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 8, 2024
1 parent 354f062 commit f421865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Blackwing/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ BigWigs:AddColors("Atramedes", {
BigWigs:AddColors("Chimaeron", {
[82848] = "yellow",
[82881] = {"blue","purple"},
[82890] = {"cyan","orange"},
[88826] = {"green","purple"},
[88853] = "red",
["stages"] = "cyan",
})

BigWigs:AddColors("Maloriak", {
Expand All @@ -60,7 +60,8 @@ BigWigs:AddColors("Maloriak", {
[77786] = {"blue","red"},
[77896] = "red",
[77912] = "red",
[78194] = "blue",
[78124] = "blue",
[78194] = "orange",
[78223] = "yellow",
[78225] = "red",
[92754] = {"green","purple"},
Expand Down
4 changes: 2 additions & 2 deletions Blackwing/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ BigWigs:AddSounds("Atramedes", {

BigWigs:AddSounds("Chimaeron", {
[82848] = "info",
[82890] = "long",
[88826] = "alert",
[88853] = "warning",
["stages"] = "long",
})

BigWigs:AddSounds("Maloriak", {
Expand All @@ -51,7 +51,7 @@ BigWigs:AddSounds("Maloriak", {
[77786] = "warning",
[77896] = "alert",
[77912] = "info",
[78194] = "underyou",
[78124] = "underyou",
[78225] = "alarm",
[92754] = "info",
[92930] = "underyou",
Expand Down

0 comments on commit f421865

Please sign in to comment.