From baee76755257b3034f72706d480f358f5746a717 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 2 Nov 2024 18:57:24 -0500 Subject: [PATCH] Fixed Mablung not being restricted to roaming minion --- .../src/main/resources/cards/official/set04/set04-Gondor.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson index 5cdbb5263..fc1d320e5 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson @@ -976,7 +976,7 @@ } effect: { type: exhaust - select: choose(minion,inSkirmishAgainst(self)) + select: choose(roaming,minion,inSkirmishAgainst(self)) } } ]