Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Dec 21, 2021
1 parent 15fdac5 commit 97cb9f7
Show file tree
Hide file tree
Showing 9 changed files with 294 additions and 278 deletions.
2 changes: 0 additions & 2 deletions eureka.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@


Options.Language = 'en';
1 change: 0 additions & 1 deletion oopsyraidsy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Options.PlayerNicks = {
'Paprika Rika': 'Pap',
'Elmindreda Farshaw': 'Min',
Expand Down
2 changes: 1 addition & 1 deletion oopsyraidsy/drgpositionals.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Options.Triggers.push({
id: 'Dragoon Positional',
netRegex: NetRegexes.abilityFull({ id: ['58', 'DE2', 'DE4'] }),
// condition: (e, data, matches) => data.me === matches.source,
mistake: (e, data, matches) => {
mistake: (data, matches) => {
const correctFlags = {
// Fang And Claw
'DE2': /^[8A]720...$/,
Expand Down
2 changes: 0 additions & 2 deletions radar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


/*
// Monsters located out of this range will be hidden in the overlay and 0 means
// never hide monsters. Note that you have to detect the monster first, which
Expand Down
Loading

0 comments on commit 97cb9f7

Please sign in to comment.