Set entryCost to zero on TechHidden parts

A TechHidden part's entryCost isn't included in the price shown on the
tech node's "purchase all parts" button, but clicking the button
actually charges the player for hidden parts nonetheless.  This is a bug
in the game, but it has a simple workaround: set entryCost to zero on
parts that have the TechHidden flag.  (Squad's deprecated parts do this
too.)
This commit is contained in:
Michael Paul 2020-11-15 15:59:51 -05:00
parent 3ad88a5ad5
commit a020ae92db
3 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ PART
node_stack_bottom = 0.0, -0.94, 0, 0.0, -1.0, 0.0, 1
// Tech
TechRequired = aerodynamicSystems
entryCost = 4200
entryCost = 0
// Info
cost = 480
category = none

View File

@ -17,7 +17,7 @@ PART
node_attach = 0.0, -0.01, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom = 0.0, -0.06, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = actuators
entryCost = 4000
entryCost = 0
cost = 350
mass = 0.03
category = none

View File

@ -3,6 +3,7 @@
@PART[*]:HAS[#MHReplacement[True]]:FOR[zzReStockPlus]:NEEDS[SquadExpansion/MakingHistory]
{
%TechHidden = True
@entryCost = 0
@category = none
@subcategory = 0
!MODULE[ModuleTestSubject] {}