Hollow Knight: Add missing comma (#3403)
This commit is contained in:
parent
2fe8c43351
commit
7058575c95
|
@ -105,7 +105,7 @@ default_on = {
|
||||||
"RandomizeVesselFragments",
|
"RandomizeVesselFragments",
|
||||||
"RandomizeCharmNotches",
|
"RandomizeCharmNotches",
|
||||||
"RandomizePaleOre",
|
"RandomizePaleOre",
|
||||||
"RandomizeRancidEggs"
|
"RandomizeRancidEggs",
|
||||||
"RandomizeRelics",
|
"RandomizeRelics",
|
||||||
"RandomizeStags",
|
"RandomizeStags",
|
||||||
"RandomizeLifebloodCocoons"
|
"RandomizeLifebloodCocoons"
|
||||||
|
|
Loading…
Reference in New Issue