From 17e779c33fb2b749b716ccce1e72882b27291e65 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 9 Nov 2024 20:23:01 -0600 Subject: [PATCH] Fixing Mordor Scimitar not exerting and also not being optional --- .../resources/cards/official/set11/set11-Orc.hjson | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson index 3bb95aa4c..0d11eff0c 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson @@ -1042,11 +1042,16 @@ type: assignedAgainst filter: self against: companion - memorizeAgainst: companion + memorizeAgainst: assignedComp } - effect: { - type: exert - select: choose(memory(companion),companion) + effect: + { + type: Optional + text: Would you like to exert {assignedComp}? + effect: { + type: exert + select: memory(assignedComp) + } } } ]