Fixed V2 Legion of Isengard affecting all skirmishes and not just its own

This commit is contained in:
Christian 'ketura' McCarty
2024-12-13 12:48:00 -06:00
parent 75ea164ef3
commit 7ea62d19b5

View File

@@ -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
}
]
}
}
{