From 348c5535dc391a6b782442f60b67839f6534f396 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 9 Feb 2025 15:30:34 -0600 Subject: [PATCH] Fixed Corsair Boatswain permitting any culture possession to be played --- .../src/main/resources/cards/official/set10/set10-Raider.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Raider.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Raider.hjson index 32dcf9d5b..2fcd173c8 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Raider.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Raider.hjson @@ -81,7 +81,7 @@ } effect: { type: playCardFromDrawDeck - select: choose(support area,possession) + select: choose(culture(raider),support area,possession) showAll: true shuffle: true }