Skip to content

Commit

Permalink
Blackwing/Omnotron: Fix missing SAY flag
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jun 3, 2024
1 parent ff7d3fc commit d9a6bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blackwing/Omnotron.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function mod:GetOptions()
{79501, "ICON", "SAY", "SAY_COUNTDOWN", "ME_ONLY_EMPHASIZE"}, -- Acquiring Target
79023, -- Incineration Security Measure
-- Electron
{79888, "ICON", "ME_ONLY_EMPHASIZE"}, -- Lightning Conductor
{79888, "ICON", "SAY", "ME_ONLY_EMPHASIZE"}, -- Lightning Conductor
-- Toxitron
80161, -- Chemical Cloud
{80157, "SAY"}, -- Chemical Bomb
Expand Down

0 comments on commit d9a6bc6

Please sign in to comment.