summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-02-10 16:27:12 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-02-10 16:27:12 +0000
commit02bf86f94f167c5697c950d0df9532cc5a582844 (patch)
treebedd80b7601c45d1c7c0832644353ed4c40d74a6 /rules.js
parentf7d2bf357b71799937fe8f4be284a9f7820d29f9 (diff)
download1989-dawn-of-freedom-02bf86f94f167c5697c950d0df9532cc5a582844.tar.gz
Clean valid cards if tst_5 ability not used
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 58338a8..8bf96f5 100644
--- a/rules.js
+++ b/rules.js
@@ -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()