Fixed V2 Legion of Isengard blocking skirmish special abilities in all skirmishes and not just its own.
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user