diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-03 12:31:17 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-03 12:31:17 +0000 |
commit | 309124946b0849fc3223c3874782a127b29d0e15 (patch) | |
tree | f1e55543e835e0a423b6e67abc75071731ade1c7 /play.js | |
parent | 4e6c9fb098aadf7933d74caf8aca9c1e8df4c0b3 (diff) | |
download | 1989-dawn-of-freedom-309124946b0849fc3223c3874782a127b29d0e15.tar.gz |
Replace numbers with card constants
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -748,8 +748,8 @@ function on_update() { action_button("petition", "Petition") action_button("bonus", "Calculate VP bonus") action_button("scoring", "Score country") - action_button("retain", "Retain Power") 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") |