summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules.js b/rules.js
index 5ff46cf..71697ca 100644
--- a/rules.js
+++ b/rules.js
@@ -913,7 +913,7 @@ states.add_influence = {
}
states.tiananmen_square_attempt = {
- inactive: 'Tiananmen Square Attempt',
+ inactive: 'do Tiananmen Square Attempt',
prompt() {
view.prompt = 'Tiananmen Square Attempt: Roll a die.'
gen_action('roll')
@@ -926,7 +926,7 @@ states.tiananmen_square_attempt = {
}
states.tiananmen_square_attempt_success = {
- inactive: 'Tiananmen Square Attempt',
+ inactive: 'do Tiananmen Square Attempt',
prompt() {
if (game.vm_event > 200) { // TODO magic number
view.prompt = 'Tiananmen Square Attempt: Successful. Claim award.'
@@ -947,7 +947,7 @@ states.tiananmen_square_attempt_success = {
}
states.tiananmen_square_attempt_fail = {
- inactive: 'Tiananmen Square Attempt',
+ inactive: 'do Tiananmen Square Attempt',
prompt() {
view.prompt = 'Tiananmen Square Attempt: Failed.'
gen_action('end_round')
@@ -959,7 +959,7 @@ states.tiananmen_square_attempt_fail = {
}
states.tiananmen_square_attempt_done = {
- inactive: 'Tiananmen Square Attempt',
+ inactive: 'do Tiananmen Square Attempt',
prompt() {
view.prompt = 'Tiananmen Square Attempt: Done.'
gen_action('end_round')