Skip to content

Commit

Permalink
Fix WAC having an entrycost of 0, causing it to be hidden on purchase.
Browse files Browse the repository at this point in the history
…Close #1982
  • Loading branch information
NathanKell committed Jun 8, 2023
1 parent e60cd8c commit fd3f588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameData/RP-1/Tree/ECM-Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
Vinci-180 = 0,RL60
Vulcain = 320000,HydroloxPumps
Vulcain-2 = 50000
WAC-Corporal = 0
WAC-Corporal = 1
Waxwing = 10000, SolidsCTPB
Welland = 1
X-405 = 9500,XLR10-RM-2,Navaho-PhaseIII-TP
Expand Down
4 changes: 2 additions & 2 deletions Source/Tech Tree/Parts Browser/data/Engine_Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16637,7 +16637,7 @@
"description": "",
"mod": "Engine_Config",
"cost": "0",
"entry_cost": "0",
"entry_cost": "1",
"category": "ORBITAL",
"info": "",
"year": "0",
Expand All @@ -16650,7 +16650,7 @@
"spacecraft": "WAC-Corporal",
"engine_config": "Aerobee",
"upgrade": false,
"entry_cost_mods": "0",
"entry_cost_mods": "1",
"identical_part_name": "",
"module_tags": []
},
Expand Down

0 comments on commit fd3f588

Please sign in to comment.