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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user