From 606cc367a4c401fd3fc76e39e3739e2a58bcc207 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 18 Apr 2025 16:13:07 -0500 Subject: [PATCH] Fixing GOTM triggering constantly --- .../main/resources/cards/official/set17/set17-Gandalf.hjson | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Gandalf.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Gandalf.hjson index 92c715a54..434511f11 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Gandalf.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Gandalf.hjson @@ -610,9 +610,13 @@ trigger: { type: ConstantlyCheck } + requires: { + type: canSpot + filter: another,or(possession,weapon),attachedTo(bearer) + } effect: { type: discard - select: all(other,possession,attachedTo(bearer)) + select: all(other,or(possession,weapon),attachedTo(bearer)) } } {