Merge pull request #459 from MockingbirdME/patch-5

Fix: Force of Uruk-hai not respecting battleground requirement
This commit is contained in:
Christian McCarty
2025-02-09 13:59:59 -06:00
committed by GitHub

View File

@@ -323,10 +323,16 @@
type: aboutToTakeWound type: aboutToTakeWound
filter: self filter: self
} }
requires: { requires: [
type: canSpot {
filter: another,culture(uruk-hai) type: canSpot
} filter: another,culture(uruk-hai)
}
{
type: location
filter: battleground
}
]
effect: [ effect: [
{ {
type: negateWound type: negateWound