Fixed V2 Legion of Isengard blocking skirmish special abilities in all skirmishes and not just its own.

This commit is contained in:
Christian 'ketura' McCarty
2025-03-19 21:33:36 -05:00
parent 9f03d5b15b
commit a41a95976b

View File

@@ -709,10 +709,16 @@
type: cantUseSpecialAbilities
filter: any
phase: skirmish
requires: {
type: Location
filter: battleground
}
requires: [
{
type: Location
filter: battleground
}
{
type: CanSpot
filter: inSkirmish, self
}
]
}
}
]