Skip to content

Commit

Permalink
Update zeromus-ex.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Oct 12, 2023
1 parent c0fd177 commit 56c268e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/raidboss/data/06-ew/trial/zeromus-ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ const triggerSet: TriggerSet<Data> = {
type: 'GainsEffect',
netRegex: { effectId: '6E9', capture: false },
suppressSeconds: 5,
alertText: (_data, _matches, output) => {
if (_data.role === 'healer')
return output.text!();
},
alertText: (_data, _matches, output) => output.text!(),
outputStrings: {
text: {
en: 'Heal to full',
Expand Down

0 comments on commit 56c268e

Please sign in to comment.