summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-07 13:16:39 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commit77a8372e46fd40b5d165b7c60085c242fb258e7a (patch)
tree8e8dc5cfe58fa730e1fd0bf3119c56a4c1fd622d
parent96e8f08e130ded2ae5e2916fa60bb5ea8f3de3f3 (diff)
download300-earth-and-water-77a8372e46fd40b5d165b7c60085c242fb258e7a.tar.gz
Replace Fullscreen menu with Home link.
-rw-r--r--rules.js5
1 files changed, 4 insertions, 1 deletions
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());
}