Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MHS not visible in the tech tree #827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions GameData/SSTU/Parts/Upgrades/UpgradeParts-MHS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PARTUPGRADE
{
name = SSTU-MHS-D1
partIcon = SSTU-SC-GEN-MHS
partIcon = SSTU-GEN-MHS
techRequired = flightControl
entryCost = 10000
title = Modular Heat Shield Diameter Increase (1.875m)
Expand All @@ -12,7 +12,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = SSTU-MHS-D2
partIcon = SSTU-SC-GEN-MHS
partIcon = SSTU-GEN-MHS
techRequired = landing
entryCost = 20000
title = Modular Heat Shield Max Diameter Increase (2.5m)
Expand All @@ -21,7 +21,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = SSTU-MHS-D3
partIcon = SSTU-SC-GEN-MHS
partIcon = SSTU-GEN-MHS
techRequired = advLanding
entryCost = 30000
title = Modular Heat Shield Max Diameter Increase (3.75m)
Expand All @@ -30,7 +30,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = SSTU-MHS-D4
partIcon = SSTU-SC-GEN-MHS
partIcon = SSTU-GEN-MHS
techRequired = heavyLanding
entryCost = 40000
title = Modular Heat Shield Max Diameter Increase (10m)
Expand Down