summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-01-18 13:04:14 +0100
committerTor Andersson <tor@ccxvii.net>2025-01-19 01:39:56 +0100
commitf9b3931262e609096c2be982ef11330e38dd87f6 (patch)
tree949fbd2e68aaed2efdaa4c4515b50bf9c994ed07
parent6d5d487a4d2f99bf143318d291f3560aa12dfbc7 (diff)
downloadtime-of-crisis-f9b3931262e609096c2be982ef11330e38dd87f6.tar.gz
v3: bring back amphitheater
-rw-r--r--rules.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/rules.js b/rules.js
index 3d749c9..84f5dfa 100644
--- a/rules.js
+++ b/rules.js
@@ -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