Fixing black breath highlighting itself when there's no nazgul skirmishing

This commit is contained in:
Christian 'ketura' McCarty
2022-07-10 16:20:28 -05:00
parent 222eee4833
commit 7317a40ff9

View File

@@ -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))",