From 9ed0e30538226640cfc2d361b33991ece1c0c5b8 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 16 Dec 2016 16:25:57 +0000 Subject: [PATCH] Add hardness to shipyard --- src/app/pages/ShipyardPage.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx index 136931a5..d579d884 100644 --- a/src/app/pages/ShipyardPage.jsx +++ b/src/app/pages/ShipyardPage.jsx @@ -145,6 +145,7 @@ export default class ShipyardPage extends Page { {fInt(s.speed)}{u['m/s']} {fInt(s.boost)}{u['m/s']} {fInt(s.baseArmour)} + {fInt(s.hardness)} {fInt(s.baseShieldStrength)}{u.MJ} {fInt(s.topSpeed)}{u['m/s']} {fInt(s.topBoost)}{u['m/s']} @@ -269,7 +270,7 @@ export default class ShipyardPage extends Page { {translate('manufacturer')} {translate('size')} {translate('agility')} - {translate('base')} + {translate('base')} {translate('max')} {translate('core module classes')} {translate('hardpoints')} @@ -282,6 +283,7 @@ export default class ShipyardPage extends Page { {translate('speed')} {translate('boost')} {translate('armour')} + {translate('hardness')} {translate('shields')} {translate('speed')}