From b63ab2f30595851be9a24d07a65156c42bf44273 Mon Sep 17 00:00:00 2001 From: Devon Henegar Date: Mon, 10 Mar 2025 15:47:25 -0400 Subject: [PATCH] Fix: Lemenya TotO self wounding --- .../main/resources/cards/official/set10/set10-Ringwraith.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Ringwraith.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Ringwraith.hjson index 849ce1672..a3a4eb35d 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Ringwraith.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Ringwraith.hjson @@ -835,7 +835,7 @@ } effect: { type: wound - select: choose(culture(wraith),minion) + select: choose(other,culture(wraith),minion) count: 0-3 } }