diff options
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |