summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-02-27 13:11:36 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-02-27 13:11:48 +0000
commitfcfd7c5124f6d879e8b5c15421e4e703fd74b601 (patch)
tree08c97d9bc420bc25199aefbd32c4bcb8b0d04eb2
parentf21b97d24b6ffffbc3a8c32ccdf418f3a81c9ed4 (diff)
download1989-dawn-of-freedom-fcfd7c5124f6d879e8b5c15421e4e703fd74b601.tar.gz
Fix no ops for TST under Deutsche Marks
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index e39aadc..025e831 100644
--- a/rules.js
+++ b/rules.js
@@ -6846,6 +6846,7 @@ states.vm_deutsche_marks = {
tst() {
push_undo()
log_gap(`Tiananmen Square Track`)
+ game.available_ops = get_card_ops(game.vm_event)
game.state = 'vm_tiananmen_square_attempt'
},
}