Minor bug fixes

This commit is contained in:
Phallen Cassidy
2021-09-14 16:02:05 -04:00
parent 500675c782
commit 6ce3b47e9d
2 changed files with 8 additions and 5 deletions

View File

@@ -196,7 +196,7 @@
"type": "event",
"effect": {
"type": "assignFpCharacterToSkirmish",
"fpCharacter": "choose(exhausted,not(ring bearer))",
"fpCharacter": "choose(exhausted,companion,not(ring bearer))",
"against": "choose(culture(moria),orc)"
}
}

View File

@@ -22,13 +22,16 @@
"effects": {
"type": "event",
"effect": {
"type": "exert",
"player": "fp",
"filter": "choose(companion)",
"count": {
"type": "duplicate",
"amount": {
"type": "forEachYouCanSpot",
"filter": "companion",
"over": 4
},
"effect": {
"type": "exert",
"player": "fp",
"filter": "choose(companion)",
}
}
}