Skip to content

Commit

Permalink
Correct LM ascent stage dry mass (#156)
Browse files Browse the repository at this point in the history
add a misplaced zero to subtract the correct amount of mass from the LM ascent stage
  • Loading branch information
Capkirk123 authored Nov 15, 2023
1 parent 17b3fbb commit 4b5f4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/KerbalismConfig/Support/ROCapsules.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -443,12 +443,12 @@
{
@description ^= :$: Supports a crew of two for up to 3 days of active operations.
@mass -= 0.8502 //-72.27 kg (LS Resources) - 12.75 kg (LS Tanks)
@mass -= 0.08502 //-72.27 kg (LS Resources) - 12.75 kg (LS Tanks)
@MODULE[ModuleFuelTanks]
{
@volume += 132.85
@basemass -= 0.8502
@basemass -= 0.08502
TANK
{
Expand Down

0 comments on commit 4b5f4e5

Please sign in to comment.