summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-01-18 13:04:03 +0100
committerTor Andersson <tor@ccxvii.net>2025-01-19 01:39:56 +0100
commit6d5d487a4d2f99bf143318d291f3560aa12dfbc7 (patch)
tree160ccd45ef7239fa83a573df8ab2cd8bf97cbd92 /rules.js
parentde720f4af11955f021049e0150ba9ad0d7a45220 (diff)
downloadtime-of-crisis-6d5d487a4d2f99bf143318d291f3560aa12dfbc7.tar.gz
v3: no temple
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index b230695..3d749c9 100644
--- a/rules.js
+++ b/rules.js
@@ -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() {