Skip to content

Commit cc6c06c

Browse files
committed
Correct sourceGame values
1 parent 8029c5f commit cc6c06c

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

objects/official/campaign/openrct2.campaign.competitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Chris Sawyer"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "extras",
8+
"sourceGame": "official",
99
"properties": {
1010
"scenarioList": [
1111
{

objects/official/campaign/openrct2.campaign.original_dlc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Chris Sawyer"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "extras",
8+
"sourceGame": "official",
99
"properties": {
1010
"scenarioList": [
1111
{

objects/official/campaign/openrct2.campaign.uces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"UCES"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "extras",
8+
"sourceGame": "official",
99
"properties": {
1010
"scenarioList": [
1111
{

objects/rct1/campaign/rct1ll.campaign.loopy_landscapes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Chris Sawyer"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "rct1_ll",
8+
"sourceGame": "rct1ll",
99
"properties": {
1010
"unlockCount": 5,
1111
"scenarioList": [

objects/rct2/campaign/rct2.campaign.real_parks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"Chris Sawyer"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "rct2",
8+
"sourceGame": [
9+
"rct2",
10+
"rct1ll"
11+
],
912
"properties": {
1013
"scenarioList": [
1114
{

objects/rct2tt/campaign/rct2tt.campaign.time_twister.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Frontier Developments"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "rct2_tt",
8+
"sourceGame": "rct2tt",
99
"properties": {
1010
"unlockCount": 5,
1111
"scenarioList": [

objects/rct2ww/campaign/rct2ww.campaign.wacky_worlds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Frontier Developments"
66
],
77
"objectType": "campaign",
8-
"sourceGame": "rct2_ww",
8+
"sourceGame": "rct2ww",
99
"properties": {
1010
"unlockCount": 5,
1111
"scenarioList": [

0 commit comments

Comments
 (0)