From a681d171eb97f5c6df9d64802705963c242cb9bb Mon Sep 17 00:00:00 2001 From: axpendix Date: Thu, 3 Dec 2020 21:24:15 +0100 Subject: [PATCH] Fix Sylveon FLI Wink Wink selection --- src/tcgwars/logic/impl/gen7/ForbiddenLight.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tcgwars/logic/impl/gen7/ForbiddenLight.groovy b/src/tcgwars/logic/impl/gen7/ForbiddenLight.groovy index 99f51c112d..8e89638651 100644 --- a/src/tcgwars/logic/impl/gen7/ForbiddenLight.groovy +++ b/src/tcgwars/logic/impl/gen7/ForbiddenLight.groovy @@ -2197,7 +2197,7 @@ public enum ForbiddenLight implements LogicCardInfo { if (opp.hand) { def randomOppHand = opp.hand.shuffledCopy() if(randomOppHand.hasType(SUPPORTER)){ - def support = randomOppHand.select(max: 0, "Your opponent's hand. You may discard a Supporter card you find there and use the effect of that card as the effect of this attack.", cardTypeFilter(SUPPORTER)) + def support = randomOppHand.select(min: 0, "Your opponent's hand. You may discard a Supporter card you find there and use the effect of that card as the effect of this attack.", cardTypeFilter(SUPPORTER)) if (support){ discard support.first() bg.deterministicCurrentThreadPlayerType=self.owner