Ensure TTD is recalculated when EPS is recalculated

This commit is contained in:
Cmdr McDonald
2017-02-02 23:40:24 +00:00
parent 3e168a3e5f
commit c655b65779

View File

@@ -897,6 +897,7 @@ export default class Ship {
}
if (epsChanged) {
this.recalculateEps();
this.recalculateTtd();
}
if (hpsChanged) {
this.recalculateHps();