Skip to content

Commit b5a0b2b

Browse files
committed
Default to including difficult charts
1 parent 3d8dea3 commit b5a0b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/songs/a20plus.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"defaults": {
2323
"style": "single",
24-
"difficulties": ["expert", "challenge"],
24+
"difficulties": ["difficult", "expert", "challenge"],
2525
"flags": ["shock"],
2626
"lowerLvlBound": 13,
2727
"upperLvlBound": 16

src/songs/a3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"defaults": {
2727
"style": "single",
28-
"difficulties": ["expert", "challenge"],
28+
"difficulties": ["difficult", "expert", "challenge"],
2929
"flags": ["shock"],
3030
"lowerLvlBound": 13,
3131
"upperLvlBound": 16

0 commit comments

Comments
 (0)