diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-27 13:11:36 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-27 13:11:48 +0000 |
commit | fcfd7c5124f6d879e8b5c15421e4e703fd74b601 (patch) | |
tree | 08c97d9bc420bc25199aefbd32c4bcb8b0d04eb2 | |
parent | f21b97d24b6ffffbc3a8c32ccdf418f3a81c9ed4 (diff) | |
download | 1989-dawn-of-freedom-fcfd7c5124f6d879e8b5c15421e4e703fd74b601.tar.gz |
Fix no ops for TST under Deutsche Marks
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' }, } |