diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-21 16:38:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | d5c575a30802f61c674059cc8f0e628fc055347a (patch) | |
tree | fc4001f0148a6691d97f0579664998c2784cf3c9 /play.js | |
parent | 3d473c2737f4720b2202720bff1e04f886d2cbf8 (diff) | |
download | nevsky-d5c575a30802f61c674059cc8f0e628fc055347a.tar.gz |
Rename actions phase to command.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1820,10 +1820,10 @@ function on_update() { action_button("concede", "Concede") action_button("battle", "Battle") - action_button("end_actions", "End Actions") action_button("end_array", "End Array") action_button("end_avoid_battle", "End Avoid Battle") action_button("end_call_to_arms", "End Call to Arms") + action_button("end_command", "End Command") action_button("end_disband", "End Disband") action_button("end_discard", "End Discard") action_button("end_feed", "End Feed") |