This commit is contained in:
Cmdr McDonald
2017-03-23 10:14:43 +00:00
parent 006811f5a9
commit 8b0e822ea9
4 changed files with 23 additions and 17 deletions

View File

@@ -204,8 +204,8 @@ export default class OutfittingPage extends Page {
opponentSys = parseFloat(opponentControl[0]);
opponentEng = parseFloat(opponentControl[1]);
opponentWep = parseFloat(opponentControl[2]);
}
}
}
}
} else {
// Ship is a stock build
opponent.buildWith(Ships[shipId].defaults);