diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-18 13:04:14 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-19 01:39:56 +0100 |
commit | f9b3931262e609096c2be982ef11330e38dd87f6 (patch) | |
tree | 949fbd2e68aaed2efdaa4c4515b50bf9c994ed07 | |
parent | 6d5d487a4d2f99bf143318d291f3560aa12dfbc7 (diff) | |
download | time-of-crisis-f9b3931262e609096c2be982ef11330e38dd87f6.tar.gz |
v3: bring back amphitheater
-rw-r--r-- | rules.js | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -2504,13 +2504,10 @@ states.build_improvement = { view.color = POPULACE view.selected_region = game.where - - if (is_classic()) { - if (!has_amphitheater(game.where)) - view.actions.amphitheater = 1 - else - view.actions.amphitheater = 0 - } + if (!has_amphitheater(game.where)) + view.actions.amphitheater = 1 + else + view.actions.amphitheater = 0 if (!has_basilica(game.where)) view.actions.basilica = 1 |