mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
added default init 100% on bp selection as the new system makes it obvious to reach 100%
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user