From 3cb492657f1088349a508dbf256c92d09b67961e Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 21 Mar 2025 21:39:03 -0500 Subject: [PATCH] Fixed Din of Arms executing the second part of its game text if the top card could not be discard (due to e.g. Courteous Halfing). --- .../cards/official/set07/set07-Sauron.hjson | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson index a6cfdfacc..aeaf93115 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson @@ -275,14 +275,20 @@ } { type: If - check: { - type: IsLessThan - firstNumber: { - type: TwilightCostInMemory + check: [ + { + type: HasInMemory memory: discardedCard } - secondNumber: memory(spotCount) - } + { + type: IsLessThan + firstNumber: { + type: TwilightCostInMemory + memory: discardedCard + } + secondNumber: memory(spotCount) + } + ] true: [ { type: takeControlOfSite