From be632e1a5129953ff97dff5c1e657f761db0425f Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 26 Jan 2021 22:42:59 -0800 Subject: [PATCH] RCS power fix --- .../Parts/Control/RCS/restock-rcs-block-multi-mini-2.cfg | 2 +- Distribution/RestockPlus/changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/RCS/restock-rcs-block-multi-mini-2.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/RCS/restock-rcs-block-multi-mini-2.cfg index 0c387151..44703fa8 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/RCS/restock-rcs-block-multi-mini-2.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/RCS/restock-rcs-block-multi-mini-2.cfg @@ -85,7 +85,7 @@ PART { name = ModuleRCSFX thrusterTransformName = RCSthruster - thrusterPower = 1 + thrusterPower = .1 stagingEnabled = False resourceFlowMode = STAGE_PRIORITY_FLOW resourceName = MonoPropellant diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index a288e333..81e044f1 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -3,6 +3,7 @@ v1.3.1 - Updated French localization (vinix38) - Fixed compatability marked for 1.10.1, it isn't, really - Change DXT5 textures to DXT1 where an alpha channel was unnecessary +- Fixed RV-1X-A thrust power v1.3.0 ------