From 31d462324b3d60e7437c3b43f80c304311e6cec9 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Tue, 17 Dec 2024 22:19:08 -0600 Subject: [PATCH] Fixed The World Ahead being unplayable (it was looking for "self" instead of "elf") --- .../src/main/resources/cards/official/set17/set17-Elven.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Elven.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Elven.hjson index 1bdf40e0f..8f35acdae 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Elven.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set17/set17-Elven.hjson @@ -394,7 +394,7 @@ type: toPlay requires: { type: canSpot - filter: self + filter: elf } } {