boats have limit distance

This commit is contained in:
evanpelle
2024-08-29 20:34:52 -07:00
parent d2a8b48764
commit 1a8c1316d1
5 changed files with 14 additions and 6 deletions
+3 -1
View File
@@ -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
}