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