diff options
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")
|