This commit is contained in:
2026-04-09 09:00:25 -04:00
parent 5b44762fbb
commit d61b8de6b7
3 changed files with 26 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ export type SetupState = {
diseaseChance: number;
seedInputs: string[];
paletteOrder: number[];
shuffleTurnOrder: boolean;
initiativeMode: "fixed" | "bid";
biddingOrderRule: "rotating" | "lowest_growth_income";
weatherDraftEnabled: boolean;