From e95b074cf8e3f2595d24bff3c7071aa0c6aa705f Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 15 Dec 2024 21:38:23 +0000 Subject: Fix TST inactive prompt --- rules.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rules.js') 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') -- cgit v1.2.3