From 926f19a936e71d388961fb27cc612116d5781a09 Mon Sep 17 00:00:00 2001 From: ExitCode Date: Sun, 22 Apr 2018 00:59:44 +0200 Subject: [PATCH] added default init 100% on bp selection as the new system makes it obvious to reach 100% --- src/app/components/ModificationsMenu.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/ModificationsMenu.jsx b/src/app/components/ModificationsMenu.jsx index 65e13f40..d1d5af81 100644 --- a/src/app/components/ModificationsMenu.jsx +++ b/src/app/components/ModificationsMenu.jsx @@ -136,6 +136,7 @@ export default class ModificationsMenu extends TranslatedComponent { const blueprint = getBlueprint(fdname, m); blueprint.grade = grade; ship.setModuleBlueprint(m, blueprint); + setPercent(ship, m, 100); this.setState({ blueprintMenuOpened: false }); this.props.onChange();