diff --git a/dist/index.js b/dist/index.js index 46cc45c..d085412 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2436,6 +2436,7 @@ module.exports = { hullMass: 320, masslock: 17, pipSpeed: .09375, + fighterHangars: true, pitch: 26, roll: 90, yaw: 10, diff --git a/dist/index.json b/dist/index.json index 1bca235..3edcab2 100644 --- a/dist/index.json +++ b/dist/index.json @@ -3819,6 +3819,7 @@ "hullMass": 320, "masslock": 17, "pipSpeed": 0.09375, + "fighterHangars": true, "pitch": 26, "roll": 90, "yaw": 10, diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index c21bd40..1c90289 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -16,6 +16,7 @@ "hullMass": 320, "masslock": 17, "pipSpeed": 0.09375, + "fighterHangars": true, "pitch": 26, "roll": 90, "yaw": 10,