Skip to content

Commit

Permalink
v1.3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepySva committed Oct 25, 2024
1 parent ec9bea0 commit 53d96d9
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions quests/bounty/generator.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,21 @@
{
"op": "add",
"path": "/excludePlanetTypes/-",
"value": {
"arcana_redMoon"
}
"value": "arcana_redMoon"
},
{
"op": "add",
"path": "/excludePlanetTypes/-",
"value": {
"arcana_toxicMoon"
}
"value": "arcana_toxicMoon"
},
{
"op": "add",
"path": "/excludePlanetTypes/-",
"value": {
"arcana_frostMoon"
}
"value": "arcana_frostMoon"
},
{
"op": "add",
"path": "/excludePlanetTypes/-",
"value": {
"arcana_cyberMoon"
}
"value": "arcana_cyberMoon"
}
]

0 comments on commit 53d96d9

Please sign in to comment.