mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Ensure TTD is recalculated when EPS is recalculated
This commit is contained in:
@@ -897,6 +897,7 @@ export default class Ship {
|
||||
}
|
||||
if (epsChanged) {
|
||||
this.recalculateEps();
|
||||
this.recalculateTtd();
|
||||
}
|
||||
if (hpsChanged) {
|
||||
this.recalculateHps();
|
||||
|
||||
Reference in New Issue
Block a user