From 4f9584853ab9cbfee5cd23b439f460748ae0a744 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 21 Mar 2025 22:24:42 -0500 Subject: [PATCH] Fixed the various versions of Cavern Entrance blocking the use of events that self-play from the discard pile. --- .../src/main/resources/cards/official/set11/set11-Sites.hjson | 1 + .../cards/unofficial/pc/errata/set04/set04-Sites-errata.hjson | 2 +- .../cards/unofficial/pc/errata/set11/set11-Sites-errata.hjson | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Sites.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Sites.hjson index 904501a12..6811abf6e 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Sites.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Sites.hjson @@ -212,6 +212,7 @@ modifier: { type: CantUseSpecialAbilities phase: skirmish + filter: not(event) } } ] diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Sites-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Sites-errata.hjson index f6c9e6d68..22e96a357 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Sites-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Sites-errata.hjson @@ -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) } diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set11/set11-Sites-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set11/set11-Sites-errata.hjson index aa91e5f6b..63946b7fa 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set11/set11-Sites-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set11/set11-Sites-errata.hjson @@ -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) }