diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx index fe6bcae6..f794eb10 100644 --- a/src/app/pages/ShipyardPage.jsx +++ b/src/app/pages/ShipyardPage.jsx @@ -55,6 +55,7 @@ function shipSummary(shipId, shipData) { ship.optimizeMass({ th: ship.standard[1].maxClass + 'A', fsd: '2D', ft: '1C' }); // Optmize mass with Max Thrusters summary.topSpeed = ship.topSpeed; summary.topBoost = ship.topBoost; + summary.baseArmour = ship.armour; return summary; } @@ -141,7 +142,7 @@ export default class ShipyardPage extends Page {