From 33c664391add7d7b57775689e780b0110d13c1a4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 16 Jan 2024 11:23:14 +0100 Subject: Remove "fast_setup" backwards compatibility option. --- rules.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/rules.js b/rules.js index 567a741..e0751ab 100644 --- a/rules.js +++ b/rules.js @@ -1206,11 +1206,6 @@ states.setup_province = { update_neutral_italia() - if (game.fast_setup) { - game.state = "setup_hand" - return - } - clear_undo() game.current = next_player() @@ -1243,16 +1238,6 @@ states.setup_hand = { done() { clear_undo() - if (game.fast_setup) { - game.state = "setup_province" - game.current = next_player() - if (game.current === game.first) { - delete game.fast_setup - goto_start_turn() - } - return - } - if (game.current === game.first) goto_start_turn() else @@ -5508,8 +5493,6 @@ exports.setup = function (seed, scenario, options) { log_h1("Time of Crisis") - if (options.fast_setup) - game.fast_setup = 1 if (options.emperor) { log("Emperor Rules.") -- cgit v1.2.3