Skip to content

Commit

Permalink
Fixes MM issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SuicidalInsanity committed Nov 30, 2018
2 parents 6803ce9 + 634f4e5 commit 984d6de
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mk3Expansion/GameData/Mk3Expansion/Patches/M3X_KA.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@PROPELLANT[LiquidFuel]
{
@name = LqdHydrogen
@ratio = 5.0
@ratio = 1.0
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@PART[M3X_Hades]:NEEDS[NearFutureElectrical,!KSPIntegration]:FOR[Mk3Expansion]{
@PART[M3X_Hades]:NEEDS[NearFutureElectrical,!KSPIntegration]:FOR[Mk3Expansion]
{
@mass = 12.8
MODULE
{
Expand Down
31 changes: 31 additions & 0 deletions Mk3Expansion/GameData/Mk3Expansion/Patches/M3X_USILS.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// This Module Manager config file adds a recycler to the Mk3 Science Lab. Is slightly more efficient and supports 2 more Kerbals than the stock lab.
//
@PART[M3X_SciLab]:NEEDS[USILifeSupport]:FOR[Mk3Expansion]
{
MODULE
{
name = ModuleLifeSupport
}

MODULE
{
name = ModuleLifeSupportRecycler
CrewCapacity = 6
RecyclePercent = .6
ConverterName = Life Support
tag = Life Support
StartActionName = Start Life Support
StopActionName = Stop Life Support

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1
}
}

MODULE
{
name = USI_ModuleFieldRepair
}
}

0 comments on commit 984d6de

Please sign in to comment.