Fixed V2 Legion of Isengard affecting all skirmishes and not just its own
This commit is contained in:
@@ -632,10 +632,16 @@
|
||||
type: addKeyword
|
||||
keyword: damage+1
|
||||
filter: self
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: SiteYouControl, battleground
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: SiteYouControl, battleground
|
||||
}
|
||||
{
|
||||
type: CanSpot
|
||||
filter: self,inSkirmish
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user