mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
fix some stupids:
This commit is contained in:
@ -25,6 +25,9 @@ PART
|
||||
//sound_vent_soft = disengage
|
||||
//sound_explosion_low = flameout
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = heavierRocketry
|
||||
entryCost = 9200
|
||||
cost = 2300
|
||||
|
@ -1,5 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m vacuumn engine
|
||||
// 1.875m vacuum engine
|
||||
PART
|
||||
{
|
||||
name = restock-engine-schnauzer-1
|
||||
@ -22,6 +22,9 @@ PART
|
||||
//sound_vent_soft = disengage
|
||||
//sound_explosion_low = flameout
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = veryHeavyRocketry
|
||||
entryCost = 12000
|
||||
cost = 3000
|
||||
|
@ -23,6 +23,9 @@ PART
|
||||
//sound_vent_soft = disengage
|
||||
//sound_explosion_low = flameout
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = heavierRocketry
|
||||
entryCost = 4400
|
||||
cost = 1100
|
||||
|
Reference in New Issue
Block a user