From 700f7300754af67fac0fd596f6a5d122882d1328 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Tue, 24 Jan 2017 07:36:56 +0000 Subject: [PATCH] Remove erroneous chaff launcher capacity blueprint grades --- ChangeLog.md | 3 +++ modifications/modules.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index f4101ee..6b05fe7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +#2.2.11 + * Remove non-existant chaff launcher capacity blueprint grades + #2.2.10 * Fix incorrect base shield values for Cutter and Corvette * Update weapons to have %-based damage distributions diff --git a/modifications/modules.json b/modifications/modules.json index 09a3c6b..077a803 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -116,7 +116,7 @@ }, "ch": { "blueprints": { - "ChaffLauncher_ChaffCapacity": [1, 2, 3, 4, 5], + "ChaffLauncher_ChaffCapacity": [3], "ChaffLauncher_LightWeight": [1, 2, 3, 4, 5], "ChaffLauncher_Reinforced": [1, 2, 3, 4, 5], "ChaffLauncher_Shielded": [1, 2, 3, 4, 5]