diff options
-rw-r--r-- | play.js | 32 |
1 files changed, 17 insertions, 15 deletions
@@ -779,20 +779,21 @@ function on_update() { for (let s = 0; s <= last_space; ++s) ui.spaces[s].classList.toggle("selected", view.selected_space === s) + action_button("east_germany", "East Germany") + action_button("poland", "Poland") + action_button("czechoslovakia", "Czechoslovakia") + action_button("hungary", "Hungary") + action_button("romania", "Romania") + action_button("bulgaria", "Bulgaria") + action_button("yes", "Yes") action_button("no", "No") action_button("start", "Start") action_button("check", "Check held cards") - action_button("tst_7", "Cancel opponent event") + action_button("tst_7", "Cancel opponent's Event") action_button("tst_8", "Event and operations") action_button("end", "End Game") action_button("continue", "Continue playing") - action_button("east_germany", "East Germany") - action_button("poland", "Poland") - action_button("czechoslovakia", "Czechoslovakia") - action_button("hungary", "Hungary") - action_button("romania", "Romania") - action_button("bulgaria", "Bulgaria") action_button("extra", "Take action round") action_button("pass", "Pass") action_button("remove", "Remove SPs") @@ -803,22 +804,23 @@ function on_update() { action_button("march", "March") action_button("rally", "Rally in the Square") action_button("petition", "Petition") - action_button("bonus", "Calculate VP bonus") - action_button("scoring", "Score country") + action_button("bonus", "Calculate VP Bonus") + action_button("scoring", "Score Country") action_button("surrender", "Surrender Power") action_button("retain", "Retain Power") action_button("take", "Take Power") action_button("concede", "Concede") - action_button("struggle", "Begin power struggle") - action_button("raise", "Raise the stakes") + action_button("struggle", "Begin Power Struggle") + action_button("raise", "Raise the Stakes") action_button("draw", "Draw") action_button("scoring", "Scoring") action_button("event", "Event") - action_button("opp_event", "Resolve opponent event") - action_button("influence", "Place SPs") + action_button("opp_event", "Opponent's Event") + action_button("influence", "Support Points") action_button("support_check", "Support Checks") - action_button("tst", "Tiananmen Square Track") - action_button("roll", "Roll a die") + //action_button("tst", "Tiananmen Square Attempt") + action_button("tst", "Tiananmen Attempt") + action_button("roll", "Roll") action_button("done", "Done") action_button("end_round", "End Round") action_button("undo", "Undo") |