Corrected Bilbo's skirmish ability

This commit is contained in:
Phallen Cassidy
2021-12-06 13:10:16 -05:00
parent 9e25f84173
commit 241574b4a2

View File

@@ -60,7 +60,7 @@
"type": "event",
"effect": {
"type": "modifyStrength",
"filter": "choose(dwarf)",
"filter": "choose(dwarf,character)",
"memorize": "chosenDwarf",
"amount": {
"type": "condition",
@@ -1145,8 +1145,8 @@
"filter": "self",
"amount": {
"type": "cardAffectedLimitPerPhase",
"limit": 2,
"source": 2
"limit": 3,
"source": 3
}
}
}