From 880a66ee7e4c3d72daef37c4a1dc8cc67931bc1c Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 8 Jan 2025 08:51:05 +0000 Subject: Update logging of TST8 power --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 22019bc..3f1c570 100644 --- a/rules.js +++ b/rules.js @@ -8465,7 +8465,7 @@ states.vm_tst_6_sc = { } states.vm_tst_8 = { - inactive: 'claim Tiananmen Square award', + inactive: 'use Tiananmen Square award', prompt() { if (game.vm_event_to_do && game.vm_infl_to_do) { view.prompt = 'Tiananmen Square Award: Play for both Ops and Event.' @@ -8497,7 +8497,7 @@ states.vm_tst_8 = { }, ops() { push_undo() - log('Operations:') + log_gap('Operations:') game.vm_infl_to_do = false game.return = game.active game.return_state = 'vm_tst_8' -- cgit v1.2.3