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