From 972622cb7266b467d27fcef74640fe6c5aebe1d7 Mon Sep 17 00:00:00 2001 From: senshi-x <6715079+senshi-x@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:22:39 +0100 Subject: [PATCH] Fix crop_rate (decimal typo) Decimal for crop_rate of Greenhouse container is misplaced (one too many zeroes), leading to a ridiculously useless harvest time --- .../Configs/Kerbalism/Profiles/KPBS_MM_Kerbalism_Default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FOR_RELEASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/Profiles/KPBS_MM_Kerbalism_Default.cfg b/FOR_RELEASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/Profiles/KPBS_MM_Kerbalism_Default.cfg index 277d334..8215383 100644 --- a/FOR_RELEASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/Profiles/KPBS_MM_Kerbalism_Default.cfg +++ b/FOR_RELEASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/Profiles/KPBS_MM_Kerbalism_Default.cfg @@ -213,7 +213,7 @@ RESOURCE_DEFINITION crop_resource = Food crop_size = 2.75625 // Approximately 1/10th of the volume of the normal greenhouse, so supports 0.05 Kerbal - crop_rate = 0.000000023148 + crop_rate = 0.00000023148 ec_rate = 0.5 light_tolerance = 400.0