Skip to content

Commit

Permalink
triggers build: raidboss: disable TOP Sigma Superliminal/Blizzard (#5336
Browse files Browse the repository at this point in the history
)

See: #5335 d001396
  • Loading branch information
github-actions committed Apr 6, 2023
1 parent f986e97 commit 7515cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 06-ew/ultimate/the_omega_protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,9 @@ Options.Triggers.push({
// Track from Discharger (7B2E)
type: 'Ability',
netRegex: { id: '7B2E', source: 'Omega-M' },
condition: (data) => data.phase === 'sigma',
// TODO: temporarily disabled as it is returning inconsistent results even with longer delay.
// See: https://github.com/quisquous/cactbot/issues/5335
condition: (data) => false && data.phase === 'sigma',
delaySeconds: 6.2,
suppressSeconds: 1,
promise: async (data, matches) => {
Expand Down

0 comments on commit 7515cde

Please sign in to comment.