mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 04:44:38 +00:00
reduce CONGESTION_EMA_ALPHA
This commit is contained in:
@@ -3,7 +3,7 @@ import { TileRef } from "./GameMap";
|
||||
import { GameUpdateType, RailTile, RailType } from "./GameUpdates";
|
||||
import { TrainStation } from "./TrainStation";
|
||||
|
||||
const CONGESTION_EMA_ALPHA = 0.2;
|
||||
const CONGESTION_EMA_ALPHA = 0.02;
|
||||
|
||||
export class Railroad {
|
||||
private trainCount: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user