"Asphaloth" should now be discarded only if attached to companion

This commit is contained in:
marcin.sciesinski
2020-03-26 08:35:38 -07:00
parent 99ca25841c
commit 3bb37dfafd

View File

@@ -83,10 +83,16 @@
"type": "trigger",
"trigger": {
"type": "condition",
"condition": {
"type": "location",
"filter": "underground"
}
"condition": [
{
"type": "location",
"filter": "underground"
},
{
"type": "canSpot",
"filter": "self,attachedTo(companion)"
}
]
},
"effect": {
"type": "discard",