Skip to content

Commit

Permalink
More sensible defaults for A20
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed May 31, 2019
1 parent 6dbe2d4 commit 9b96f12
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const dataSetConfigs = {
],
includables: {
unlock: true,
tempUnlock: false,
extraExclusive: false,
tempUnlock: false,
usLocked: false,
removed: false,
},
Expand All @@ -36,11 +36,9 @@ const dataSetConfigs = {
{ label: 'Challenge', value: 'challenge', checked: true, abbreviation: 'Cha' },
],
includables: {
unlock: true,
tempUnlock: false,
unlock: false,
extraExclusive: false,
usLocked: false,
removed: false,
tempUnlock: false,
},
},
extreme: {
Expand Down

0 comments on commit 9b96f12

Please sign in to comment.