diff options
Diffstat (limited to 'rules.js')
-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 |