diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-13 17:15:00 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:46:21 +0100 |
commit | 678188cdcf9844f490ca83a6fe0b7a03f6518d33 (patch) | |
tree | e0bc8ce5c1c1f3c7aa7b513f73b7197b0849d344 /play.js | |
parent | 3d8ea7307e44d55e2a675f36c97ebfb04f996743 (diff) | |
download | 1989-dawn-of-freedom-678188cdcf9844f490ca83a6fe0b7a03f6518d33.tar.gz |
Updates to prompt and gameplay
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -562,7 +562,7 @@ if (view.persistent_events['the_tyrant_is_gone'] > 0) { action_button("scoring", "Scoring")
action_button("event", "Event")
action_button("opp_event", "Resolve opponent event")
- action_button("influence", "Influence")
+ action_button("influence", "Place SPs")
action_button("support_check", "Support Checks")
action_button("tst", "Tiananmen Square Track")
action_button("roll", "Roll a die")
|