summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-02 10:43:17 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commit7a2db3d328956a876e8c982beaf434b05bc884fd (patch)
treef37d26b41c38ada1b5740a5e0a0bf777858c479d /rules.js
parent8de16476a5ea639ae59045bcc618832412d41c79 (diff)
downloadcrusader-rex-7a2db3d328956a876e8c982beaf434b05bc884fd.tar.gz
crusader: Show turn info and player roles as other games.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index e379fb2..d0b370c 100644
--- a/rules.js
+++ b/rules.js
@@ -3385,6 +3385,7 @@ states.game_over = {
function setup_game() {
reset_blocks();
game.year = 1187;
+ game.turn = 0;
for (let b in BLOCKS) {
if (block_owner(b) == FRANKS) {
switch (block_type(b)) {