Fixed V2 Berserk Fanatic only applying its wounding against companions and not all characters.

This commit is contained in:
Christian 'ketura' McCarty
2025-05-09 15:26:02 -05:00
parent 0ca36cf04a
commit 4c66aa1b56

View File

@@ -154,7 +154,7 @@
}
effect: {
type: wound
select: choose(companion,RecentlyInSkirmishAgainst(self))
select: choose(character,RecentlyInSkirmishAgainst(self))
}
}
]