diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-18 13:04:03 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-19 01:39:56 +0100 |
commit | 6d5d487a4d2f99bf143318d291f3560aa12dfbc7 (patch) | |
tree | 160ccd45ef7239fa83a573df8ab2cd8bf97cbd92 /rules.js | |
parent | de720f4af11955f021049e0150ba9ad0d7a45220 (diff) | |
download | time-of-crisis-6d5d487a4d2f99bf143318d291f3560aa12dfbc7.tar.gz |
v3: no temple
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2535,10 +2535,12 @@ states.build_improvement = { view.actions.port = 1 else view.actions.port = 0 + /* v3: no temple if (!has_temple(game.where)) view.actions.temple = 1 else view.actions.temple = 0 + */ } }, amphitheater() { |