From 77a8372e46fd40b5d165b7c60085c242fb258e7a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 7 Apr 2022 13:16:39 +0200 Subject: Replace Fullscreen menu with Home link. --- rules.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 4498f7d..56e54af 100644 --- a/rules.js +++ b/rules.js @@ -11,6 +11,9 @@ // Diary: 2021-05-08 - Saturday Afternoon - Polish game log messages. // Diary: 2021-10-01 - Friday Afternoon - Fix bugs. +// TODO: Miltiades as offensive reaction after naval battle +// TODO: Only ask about burning persia after a battle/taking control first time + // Acropolis on Fire -- if sudden death of the great king, does greece get 6 or 5 talents for the next campaign? // leonidas + miltiades -- forbid combination? @@ -326,7 +329,7 @@ function create_deck() { } function reshuffle() { - log("The deck was reshuffled."); + log("Reshuffled the deck."); while (game.discard.length > 0) game.deck.push(game.discard.pop()); } -- cgit v1.2.3