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) + } } } ]