Updated config management
Updated install Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
4bb4693d2e
commit
fcd1f5b740
58 changed files with 1579 additions and 1695 deletions
|
|
@ -76,7 +76,7 @@ includeLang('fleet');
|
|||
}
|
||||
|
||||
$distance = GetTargetDistance ( $planetrow['galaxy'], $Galaxy, $planetrow['system'], $System, $planetrow['planet'], $Planet );
|
||||
$SpeedFactor = $gameConfig['fleet_speed'] / 2500;
|
||||
$SpeedFactor = Wootook::getGameConfig('game/speed/fleet') / 2500;
|
||||
$GenFleetSpeed = 10; // a 100%
|
||||
$duration = GetMissionDuration ( $GenFleetSpeed, $RecyclerSpeed, $distance, $SpeedFactor );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue