From f3cf5bf79c73410bda64cdad8ccabc5a92c59ab1 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Mon, 16 Dec 2024 23:35:57 -0600 Subject: [PATCH] Fixing Protecting the Hall not adding defender bonus to bearer --- .../cards/official/set11/set11-Rohan.hjson | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Rohan.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Rohan.hjson index cbe04dc79..77c1f4439 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Rohan.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Rohan.hjson @@ -287,13 +287,20 @@ { type: activated phase: assignment - cost: { - type: discard - select: self - } + cost: [ + { + type: Memorize + filter: bearer + memory: recentBearer + } + { + type: discard + select: self + } + ] effect: { type: addKeyword - select: bearer + select: memory(recentBearer) keyword: defender amount: 1 }