From 7317a40ff986b987b916887e2c559d2257595e47 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 10 Jul 2022 16:20:28 -0500 Subject: [PATCH] Fixing black breath highlighting itself when there's no nazgul skirmishing --- .../src/main/web/cards/set1/set1-wraith.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-wraith.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-wraith.json index e0fb6eb62..8992c5ac2 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-wraith.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-wraith.json @@ -140,10 +140,16 @@ { "type": "activated", "phase": "skirmish", - "condition": { - "type": "canSpot", - "filter": "self,zone(support)" - }, + "condition": [ + { + "type": "canSpot", + "filter": "self,zone(support)" + }, + { + "type": "canSpot", + "filter": "character,inSkirmishAgainst(nazgul)" + }, + ], "effect": { "type": "transfer", "filter": "choose(self,zone(support))",