From 0bbe63ec7088262922d04d79678029fcd33bce0c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 1 Apr 2025 20:07:17 +0200 Subject: Fix logic to show trash panel when returning a card. --- rules.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.ts') 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) { -- cgit v1.2.3