Merge pull request #459 from MockingbirdME/patch-5
Fix: Force of Uruk-hai not respecting battleground requirement
This commit is contained in:
@@ -323,10 +323,16 @@
|
||||
type: aboutToTakeWound
|
||||
filter: self
|
||||
}
|
||||
requires: {
|
||||
type: canSpot
|
||||
filter: another,culture(uruk-hai)
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: canSpot
|
||||
filter: another,culture(uruk-hai)
|
||||
}
|
||||
{
|
||||
type: location
|
||||
filter: battleground
|
||||
}
|
||||
]
|
||||
effect: [
|
||||
{
|
||||
type: negateWound
|
||||
|
||||
Reference in New Issue
Block a user