Skip to content

Commit

Permalink
Disable restock fairings
Browse files Browse the repository at this point in the history
Don't tag restock stock fairings, as they are obviously not RO or RP-1 supported.
  • Loading branch information
Capkirk123 committed Jun 30, 2023
1 parent c39c296 commit 8a32db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32519,15 +32519,15 @@
%TechRequired = unlockParts
%cost = 1
%entryCost = 1
RP0conf = true
RP0conf = false
@description ^=:$: <b><color=green>From ReStock Plus mod</color></b>
}
@PART[restock-fairing-base-1875-1]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 1
%entryCost = 1
RP0conf = true
RP0conf = false
@description ^=:$: <b><color=green>From ReStock Plus mod</color></b>
}
@PART[restock-nosecone-1875-1]:FOR[xxxRP0]
Expand Down
8 changes: 4 additions & 4 deletions Source/Tech Tree/Parts Browser/data/ReStock_Plus.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@
"year": "0",
"technology": "unlockParts",
"era": "00-START",
"ro": true,
"ro": false,
"rp0": true,
"orphan": false,
"rp0_conf": true,
"rp0_conf": false,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
Expand All @@ -647,10 +647,10 @@
"year": "0",
"technology": "unlockParts",
"era": "00-START",
"ro": true,
"ro": false,
"rp0": true,
"orphan": false,
"rp0_conf": true,
"rp0_conf": false,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
Expand Down

0 comments on commit 8a32db8

Please sign in to comment.