diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-29 23:53:25 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-29 23:53:25 +0000 |
commit | ed03fc83ec2b8c1c3f78ab083a4dd880c7036d32 (patch) | |
tree | 07db3fbc59592292366af62962e2b3c2f2cf5061 /play.js | |
parent | 8c035960a9a0c2042c900cd530b68c9b2de3b120 (diff) | |
download | 1989-dawn-of-freedom-ed03fc83ec2b8c1c3f78ab083a4dd880c7036d32.tar.gz |
Update prompt for Nomenklatura
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -796,8 +796,8 @@ function on_update() { action_button("continue", "Continue playing") action_button("extra", "Take action round") action_button("pass", "Pass") - action_button("remove", "Remove SPs") - action_button("add", "Add SPs") + action_button("remove", "Remove") + action_button("add", "Place") action_button("ops", "Operations") action_button("discard", "Discard") action_button("strike", "Strike") |