summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js17
1 files changed, 0 insertions, 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.")