From 0bb3c5b0bf083e4284611682cc4f65f6b4a9d77b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 30 Jul 2022 13:54:04 +0900 Subject: [PATCH] [MM} Correct Kerbal EVA inventory mass limit 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 --- GameData/ExtraplanetaryLaunchpads/EL_MM.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GameData/ExtraplanetaryLaunchpads/EL_MM.cfg b/GameData/ExtraplanetaryLaunchpads/EL_MM.cfg index 023b2ec5..e668a4a7 100644 --- a/GameData/ExtraplanetaryLaunchpads/EL_MM.cfg +++ b/GameData/ExtraplanetaryLaunchpads/EL_MM.cfg @@ -261,3 +261,9 @@ } } } + +@PART[kerbalEVA*] { + @MODULE[ModuleInventoryPart] { + @massLimit = 0.155 + } +}