From 5ec3d78c3fd78351bbc9028f4482e07d2fdcc27d Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 20 Mar 2025 19:14:11 -0500 Subject: [PATCH] Fixed Ride With Me failing if Theoden was unable to be exerted. --- .../cards/official/set13/set13-Rohan.hjson | 35 +++++++++++-------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Rohan.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Rohan.hjson index 158cefdb6..27727af1f 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Rohan.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Rohan.hjson @@ -731,23 +731,30 @@ effects: [ { type: event - cost: { - type: optional - text: Would you like to exert Théoden? - effect: { - type: costToEffect - cost: { - type: exert - select: choose(name(Théoden)) + effect: [ + { + type: If + check: { + type: CanSpot + filter: name(Theoden),CanExert } - effect: { - type: MemorizeInfo - memory: exertedTheoden - info: yes + true: { + type: optional + text: Would you like to exert Théoden? + effect: { + type: costToEffect + cost: { + type: exert + select: choose(name(Théoden)) + } + effect: { + type: MemorizeInfo + memory: exertedTheoden + info: yes + } + } } } - } - effect: [ { type: modifyStrength select: choose(your,culture(rohan),companion)