"Denizens Enraged" should not count the orc it targets

This commit is contained in:
marcin.sciesinski
2020-03-26 08:19:24 -07:00
parent bf79c8a10b
commit 104528ecb0

View File

@@ -93,9 +93,10 @@
"effect": {
"type": "modifyStrength",
"filter": "choose(culture(moria),orc)",
"memorize": "chosenOrc",
"amount": {
"type": "forEachYouCanSpot",
"filter": "another,culture(moria),orc",
"filter": "not(memory(chosenOrc)),culture(moria),orc",
"limit": 4
}
}