Skip to content

Commit

Permalink
Don't allow stock drain valve to drain atmosphere
Browse files Browse the repository at this point in the history
This could be used to negate scrubber requirements?
  • Loading branch information
Capkirk123 committed Mar 9, 2024
1 parent 3d258b0 commit a7fef05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GameData/KerbalismConfig/System/Resources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ RESOURCE_DEFINITION
isTweakable = false
isVisible = false
volume = 1
//don't allow Atmosphere to be drained by stock drain valve
RESOURCE_DRAIN_DEFINITION
{
isDrainable = false
showDrainFX = false
}
}
RESOURCE_DEFINITION
Expand All @@ -24,6 +30,12 @@ RESOURCE_DEFINITION
isTweakable = false
isVisible = false
volume = 1
//don't allow WasteAtmosphere to be drained by stock drain valve
RESOURCE_DRAIN_DEFINITION
{
isDrainable = false
showDrainFX = false
}
}

// source: http://www.projectrho.com/public_html/rocket/radiation.php#id--Radiation_Shielding--Shielding--Shield_Rating
Expand Down

0 comments on commit a7fef05

Please sign in to comment.