From d6a2e57f9a1f5fe63314c066bafe62075102cee6 Mon Sep 17 00:00:00 2001 From: PhallenCassidy Date: Mon, 24 Mar 2025 15:56:36 -0400 Subject: [PATCH] Fix for Moon-letters --- .../unofficial/hobbit/set33/set33-fp.hjson | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set33/set33-fp.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set33/set33-fp.hjson index 9bddc8135..45505c67a 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set33/set33-fp.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/hobbit/set33/set33-fp.hjson @@ -605,22 +605,12 @@ ] effects: [ { - type: If - check: { - type: cantSpot - filter: culture(dwarven),possession - } - true: { - type: exert - select: choose(dwarf,companion) - } + type: exert + select: choose(dwarf,companion) } { - type: If - check: { - type: canSpot - filter: culture(dwarven),possession - } + type: spot + filter: culture(dwarven),possession } ] }