Fixing couple of bugs

This commit is contained in:
marcin.sciesinski
2019-10-18 06:08:36 -07:00
parent cffee1c56b
commit ed226fb96e
3 changed files with 7 additions and 2 deletions

View File

@@ -411,6 +411,7 @@
"culture": "dwarven",
"cost": 1,
"type": "follower",
"race": "dwarf",
"strength": 1,
"effects": [
{

View File

@@ -16,7 +16,7 @@
"condition": {
"type": "memoryMatches",
"memory": "chosenMinion",
"filter": "hasAttached(follower)"
"filter": "inSkirmishAgainst(hasAttached(follower))"
},
"true": 4,
"false": 2
@@ -398,6 +398,10 @@
"type": "location",
"filter": "not(mountain)"
}
},
"effect": {
"type": "discard",
"filter": "self"
}
},
{

View File

@@ -286,7 +286,7 @@
"type": "site",
"block": "hobbit",
"site": 7,
"keyword": "river",
"keyword": "mountain",
"effects": {
"type": "activated",
"phase": "regroup",