summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index 17f8a46..2727d4b 100644
--- a/rules.ts
+++ b/rules.ts
@@ -2214,6 +2214,7 @@ states.return_card = {
const faction = get_active_faction();
gen_spend_hero_points();
view.prompt = 'Return a card to your hand.';
+ view.show_trash = true;
let possible = false;
for (let c of game.trash[faction]) {
if (c !== game.played_card) {