diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-07 13:16:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 77a8372e46fd40b5d165b7c60085c242fb258e7a (patch) | |
tree | 8e8dc5cfe58fa730e1fd0bf3119c56a4c1fd622d | |
parent | 96e8f08e130ded2ae5e2916fa60bb5ea8f3de3f3 (diff) | |
download | 300-earth-and-water-77a8372e46fd40b5d165b7c60085c242fb258e7a.tar.gz |
Replace Fullscreen menu with Home link.
-rw-r--r-- | rules.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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()); } |