Fixed the various versions of Cavern Entrance blocking the use of events that self-play from the discard pile.

This commit is contained in:
Christian 'ketura' McCarty
2025-03-21 22:24:42 -05:00
parent 87c490256d
commit 4f9584853a
3 changed files with 3 additions and 2 deletions

View File

@@ -212,6 +212,7 @@
modifier: {
type: CantUseSpecialAbilities
phase: skirmish
filter: not(event)
}
}
]

View File

@@ -58,7 +58,7 @@
type: addmodifier
modifier: {
type: cantUseSpecialAbilities
filter: or(side(freeps),side(shadow),site,the one ring)
filter: or(side(freeps),side(shadow),site,the one ring),not(event)
}
until: end(skirmish)
}

View File

@@ -185,7 +185,7 @@
type: addmodifier
modifier: {
type: cantUseSpecialAbilities
filter: or(side(freeps),side(shadow),site,the one ring)
filter: or(side(freeps),side(shadow),site,the one ring),not(event)
}
until: end(skirmish)
}