summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-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