mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Boost time now considers modifications
This commit is contained in:
@@ -544,7 +544,7 @@ export function calcBoost(ship) {
|
||||
if (!ship.boostEnergy || !ship.standard[4] || !ship.standard[4].m) {
|
||||
return undefined;
|
||||
}
|
||||
return ship.boostEnergy / ship.standard[4].m.engrate;
|
||||
return ship.boostEnergy / ship.standard[4].m.getEnginesRechargeRate();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user