From f02b9e0cacd0941b2859af44de3b7b68df40a4ff Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 3 Feb 2017 22:29:20 +0000 Subject: [PATCH] Remove grade 5 life support modifications --- dist/index.js | 6 +++--- dist/index.json | 9 +++------ modifications/modules.json | 6 +++--- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/dist/index.js b/dist/index.js index 212f63b..a1eb09a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18066,9 +18066,9 @@ module.exports = { }, ls: { blueprints: { - LifeSupport_LightWeight: [ 1, 2, 3, 4, 5 ], - LifeSupport_Reinforced: [ 1, 2, 3, 4, 5 ], - LifeSupport_Shielded: [ 1, 2, 3, 4, 5 ] + LifeSupport_LightWeight: [ 1, 2, 3, 4 ], + LifeSupport_Reinforced: [ 1, 2, 3, 4 ], + LifeSupport_Shielded: [ 1, 2, 3, 4 ] }, modifications: [ "boot", "integrity", "mass", "power" ] }, diff --git a/dist/index.json b/dist/index.json index 24b66c9..55ec211 100644 --- a/dist/index.json +++ b/dist/index.json @@ -24920,22 +24920,19 @@ 1, 2, 3, - 4, - 5 + 4 ], "LifeSupport_Reinforced": [ 1, 2, 3, - 4, - 5 + 4 ], "LifeSupport_Shielded": [ 1, 2, 3, - 4, - 5 + 4 ] }, "modifications": [ diff --git a/modifications/modules.json b/modifications/modules.json index c27e027..ff6101c 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -340,9 +340,9 @@ }, "ls": { "blueprints": { - "LifeSupport_LightWeight": [1, 2, 3, 4, 5], - "LifeSupport_Reinforced": [1, 2, 3, 4, 5], - "LifeSupport_Shielded": [1, 2, 3, 4, 5] + "LifeSupport_LightWeight": [1, 2, 3, 4], + "LifeSupport_Reinforced": [1, 2, 3, 4], + "LifeSupport_Shielded": [1, 2, 3, 4] }, "modifications": [ "boot",