From 67c85e86a97c8b8613a394abb740b4bead308e30 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Mon, 7 Mar 2016 08:57:19 -0800 Subject: [PATCH] Eagle: Add missing internal slot --- ships/eagle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ships/eagle.json b/ships/eagle.json index 787e2dd..1bdc35a 100755 --- a/ships/eagle.json +++ b/ships/eagle.json @@ -28,7 +28,7 @@ "slots": { "standard": [2, 3, 3, 1, 2, 2, 2], "hardpoints": [1, 1, 1, 0], - "internal": [3, 2, 1] + "internal": [3, 2, 1, 1] }, "defaults": { "standard": ["2E", "3E", "3E", "1E", "2E", "2E", "2C"], @@ -36,4 +36,4 @@ "internal": ["44", "00", "2h"] } } -} \ No newline at end of file +}