diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-08-29 21:22:09 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:46:21 +0100 |
commit | d43deea462c61fd981efe64e66ca16f41a722495 (patch) | |
tree | 37b764345e205dee8be8ad3d960f487288451826 /play.js | |
parent | f24c243b66be8d0fa92709040ccba8359e4d0e50 (diff) | |
download | 1989-dawn-of-freedom-d43deea462c61fd981efe64e66ca16f41a722495.tar.gz |
Further improvements to prompt and gameplay
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -552,8 +552,8 @@ if (view.persistent_events['the_tyrant_is_gone'] > 0) { action_button("petition", "Petition")
action_button("bonus", "Calculate VP bonus")
action_button("scoring", "Score country")
- action_button("surrender", "Surrender Power")
action_button("retain", "Retain Power")
+ action_button("surrender", "Surrender Power")
action_button("take", "Take Power")
action_button("concede", "Concede")
action_button("struggle", "Begin power struggle")
|