From 6e0270197cae8964f530b93cd10c3f40e4fc0e32 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Fri, 2 Nov 2018 13:24:48 +1100 Subject: [PATCH] fix beluga size 6 slots --- dist/index.js | 2 +- dist/index.json | 2 ++ ships/beluga.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index dee95e1..00f8e2e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -888,7 +888,7 @@ module.exports = { slots: { standard: [ 6, 7, 7, 8, 6, 5, 7 ], hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ], - internal: [ 6, 6, 5, 5, 4, 3, 3, 3, 3 ] + internal: [ 6, 6, 6, 6, 5, 5, 4, 3, 3, 3, 3 ] }, defaults: { standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ], diff --git a/dist/index.json b/dist/index.json index 997ed49..d225118 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1343,6 +1343,8 @@ 0 ], "internal": [ + 6, + 6, 6, 6, 5, diff --git a/ships/beluga.json b/ships/beluga.json index f2b4079..3c681f0 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -38,7 +38,8 @@ "standard": [6, 7, 7, 8, 6, 5, 7], "hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0], "internal": [ - 6, 6, + 6, 6, + 6, 6, 5, 5, 4, 3, 3, 3, 3 ]