diff options
-rw-r--r-- | info/readme.html | 12 | ||||
-rw-r--r-- | play.js | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/info/readme.html b/info/readme.html index 0b8021a..bc8b608 100644 --- a/info/readme.html +++ b/info/readme.html @@ -46,7 +46,7 @@ Down in the "Clock of Fate" panel which also shows which Strokes of Fate have oc <hr> <p> -How can I see which deck cards come from? +Which deck do the cards come from? <p> Hold down shift to see the reverse side of card in hand and in the game log. @@ -55,19 +55,19 @@ On mobile you can click the all-seeing eye to toggle this display. <hr> <p> -How can I find where a city is located? +Which roads did a general use to move? <p> -If you mouse-over the city name in the log, it will light up on the map. -Click the name and the city will scroll into view. +If you mouse-over the movement entry in the log, the path taken will light up on the map. +Click the entry and the destination city will scroll into view. <hr> <p> -How can I tell how many cards are in each discard pile? +How many cards are in each discard pile? <p> -Each visible card in the pile represents approximately 5 cards. +Each visible card in a pile represents approximately 5 cards. <hr> @@ -1264,7 +1264,7 @@ function on_update() { action_button("end_turn", "End turn") confirm_action_button("confirm_end_movement", "End movement", - "You still have UNMOVED pieces!") + "You have NOT moved ANY pieces!\nAre you sure you want to SKIP movement?") action_button("undo", "Undo") |