From b5af5e3b4d6f9f3205a247b1bad818aba6272345 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 7 Apr 2023 23:13:15 -0500 Subject: [PATCH] Fixing Courtyard Parapet working asking Freeps and not Shadow --- .../pc/errata/set13/set13-Sites-errata.hjson | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set13/set13-Sites-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set13/set13-Sites-errata.hjson index 4ce6244cd..a28ef08dd 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set13/set13-Sites-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set13/set13-Sites-errata.hjson @@ -42,15 +42,23 @@ type: location filter: regionNumber(2) } - cost: { - type: discardFromHand - hand: shadowPlayer - player: shadowPlayer - forced: false - count: 2 - } effect: { - type: addBurdens + type: optional + player: shadow + text: Would you like to discard 2 cards from hand to add a burden? + effect: { + type: costToEffect + cost: { + type: discardFromHand + hand: shadowPlayer + player: shadowPlayer + forced: false + count: 2 + } + effect: { + type: addBurdens + } + } } } ]