mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 17:53:29 +00:00
boats have limit distance
This commit is contained in:
@@ -2,11 +2,13 @@ import {Player, PlayerInfo, TerraNullius, Tile} from "../Game";
|
||||
import {within} from "../Util";
|
||||
import {Config, Theme} from "./Config";
|
||||
import {pastelTheme} from "./PastelTheme";
|
||||
import {vintageTheme} from "./VintageTheme";
|
||||
|
||||
|
||||
|
||||
export class DefaultConfig implements Config {
|
||||
boatMaxDistance(): number {
|
||||
return 500
|
||||
}
|
||||
numSpawnPhaseTurns(): number {
|
||||
return 100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user