diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-10 16:27:12 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-10 16:27:12 +0000 |
commit | 02bf86f94f167c5697c950d0df9532cc5a582844 (patch) | |
tree | bedd80b7601c45d1c7c0832644353ed4c40d74a6 /rules.js | |
parent | f7d2bf357b71799937fe8f4be284a9f7820d29f9 (diff) | |
download | 1989-dawn-of-freedom-02bf86f94f167c5697c950d0df9532cc5a582844.tar.gz |
Clean valid cards if tst_5 ability not used
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -993,7 +993,6 @@ states.tst_goddess = { card(card) { push_undo() discard(card) - game.valid_cards = [] game.state = 'tst_goddess_draw' }, pass() { @@ -3202,6 +3201,7 @@ function end_stasi() { function end_goddess() { game.return_state = '' + game.valid_cards = [] log_h2("Action Round " + game.round) if (game.active === DEM) { change_player() |