This commit is contained in:
Cmdr McDonald
2016-12-14 13:31:20 +00:00
parent 5603315bf0
commit 46ed9003dd
2 changed files with 16 additions and 13 deletions

View File

@@ -163,7 +163,7 @@ export default class InternalSlotSection extends SlotSection {
let ship = this.props.ship;
ship.internal.forEach((slot) => {
if ((clobber || !slot.m) && (!slot.eligible || slot.eligible.hr)) {
ship.use(slot, ModuleUtils.findInternal('hr', Math.min(slot.maxClass, 5), 'D')); // Hull reinforcements top out at 5D
ship.use(slot, ModuleUtils.findInternal('hr', Math.min(slot.maxClass, 5), 'D')); // Hull reinforcements top out at 5D
}
});
this.props.onChange();