From 56ddb93e372cbac40d4ccfedd1c1f54475f3f2b9 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 18 Dec 2021 21:29:53 -0600 Subject: [PATCH] Fixing Their Eyes drawing 3 when the RB is exhausted instead of 1/2 separately --- .../set101/set101_ringwraith_playtest.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 - } - ] - } + } + ] } ] },