Skip to content

Commit

Permalink
[MM} Correct Kerbal EVA inventory mass limit
Browse files Browse the repository at this point in the history
The mass limit is the *total* of part mass + inventory mass, not just
inventory mass. This allows kerbals to pick up stakes after placing
them.

Fixes #192
  • Loading branch information
taniwha committed Jul 30, 2022
1 parent ca5ef10 commit 0bb3c5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GameData/ExtraplanetaryLaunchpads/EL_MM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,9 @@
}
}
}

@PART[kerbalEVA*] {
@MODULE[ModuleInventoryPart] {
@massLimit = 0.155
}
}

0 comments on commit 0bb3c5b

Please sign in to comment.