"Asphaloth" should now be discarded only if attached to companion
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user