diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json index b879343d9..47fad6b2e 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_ringwraith_playtest.json @@ -148,23 +148,23 @@ "filter": "ring bearer", "amount": 1 }, - "effect": { - "type": "conditional", - "condition": { - "type": "canSpot", - "filter": "exhausted,ring bearer" - }, - "effect": [ - { - "type": "drawCards", - "count": 2 + "effect": [ + { + "type": "drawCards", + "count": 1 + }, + { + "type": "conditional", + "condition": { + "type": "canSpot", + "filter": "exhausted,ring bearer" + }, + "effect": { + "type": "drawCards", + "count": 1 } - { - "type": "drawCards", - "count": 1 - } - ] - } + } + ] } ] },