Merge pull request #6 from PhallenCassidy/patch-2

Some Card Fixes
This commit is contained in:
Christian McCarty
2021-04-10 18:56:52 -05:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -391,7 +391,7 @@
"type": "trigger",
"trigger": {
"type": "movesFrom",
"filter": "self"
"filter": "hasAttached(self)"
},
"effect": {
"type": "exert",

View File

@@ -470,7 +470,7 @@
]
},
"32_37": {
"title": "Danger Wrapped In Shadow",
"title": "Danger Wrapped in Shadows",
"culture": "sauron",
"cost": 2,
"type": "condition",
@@ -497,8 +497,7 @@
},
{
"type": "playCardFromDiscard",
"filter": "choose(culture(sauron),not(and(response,event)))",
"removedTwilight": 2
"filter": "choose(culture(sauron),not(and(response,event)))"
}
]
}