From 46700e1b948f2412bfd84bcd72c80d306fd906c4 Mon Sep 17 00:00:00 2001 From: Jonathan Bayer Date: Tue, 24 Sep 2019 19:36:21 -0400 Subject: [PATCH] Fixed typo in the v-35 LFT tank, which left it without a full tank of oxidizer --- Changelog.txt | 3 +++ .../Fuel/KW_Universal_Tanks/KW5mtankL3_5.cfg | 2 +- KWRocketryRebalanced.version | 2 +- KWRocketryRebalanced.version.old | 21 ------------------- 4 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 KWRocketryRebalanced.version.old diff --git a/Changelog.txt b/Changelog.txt index 58fd062..8adf5d3 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,8 @@ Changelog: +3.2.6.2 + Fixed typo in the v-35 LFT tank, which left it without a full tank of oxidizer + 3.2.6.1 Merged in the rebalanced branch with some minor mass adjustments diff --git a/GameData/KWRocketry/Parts/Fuel/KW_Universal_Tanks/KW5mtankL3_5.cfg b/GameData/KWRocketry/Parts/Fuel/KW_Universal_Tanks/KW5mtankL3_5.cfg index 615de75..1ebe333 100644 --- a/GameData/KWRocketry/Parts/Fuel/KW_Universal_Tanks/KW5mtankL3_5.cfg +++ b/GameData/KWRocketry/Parts/Fuel/KW_Universal_Tanks/KW5mtankL3_5.cfg @@ -62,7 +62,7 @@ PART RESOURCE { name = Oxidizer - amount = 34114 + amount = 35114 maxAmount = 35114 } diff --git a/KWRocketryRebalanced.version b/KWRocketryRebalanced.version index 80dd540..3f2c5a0 100644 --- a/KWRocketryRebalanced.version +++ b/KWRocketryRebalanced.version @@ -6,7 +6,7 @@ "MAJOR": 3, "MINOR": 2, "PATCH": 6, - "BUILD": 1 + "BUILD": 2 }, "KSP_VERSION": { "MAJOR": 1, diff --git a/KWRocketryRebalanced.version.old b/KWRocketryRebalanced.version.old deleted file mode 100644 index c910065..0000000 --- a/KWRocketryRebalanced.version.old +++ /dev/null @@ -1,21 +0,0 @@ -{ - "NAME": "KWRocketryRebalanced", - "URL": "http://ksp.spacetux.net/avc/KWRocketryRebalanced", - "DOWNLOAD": "https://github.com/linuxgurugamer/KWRocketryRedux/releases", - "VERSION": { - "MAJOR": 3, - "MINOR": 2, - "PATCH": 5, - "BUILD": 7 - }, - "KSP_VERSION": { - "MAJOR": 1, - "MINOR": 4, - "PATCH": 1 - }, - "KSP_VERSION_MIN": { - "MAJOR": 1, - "MINOR": 4, - "PATCH": 1 - } -}