diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-08 08:51:05 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-08 08:51:05 +0000 |
commit | 880a66ee7e4c3d72daef37c4a1dc8cc67931bc1c (patch) | |
tree | e710515b83e7650df9fd7c539783a252b1efcaf1 | |
parent | 413878737e5613265ed8748b362b0f560c25ba26 (diff) | |
download | 1989-dawn-of-freedom-880a66ee7e4c3d72daef37c4a1dc8cc67931bc1c.tar.gz |
Update logging of TST8 power
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |