Fixing the bug on BT18_097 and BT18_095 where unselecting a card in the card selection screen didn't allow you to reselect the card. Now the list will properly refresh.
@@ -43,6 +43,8 @@ namespace DCGO.CardEffects.BT18
List<string> GetNamesList(List<CardSource> cardSources)
{
+ selectedNames.Clear();
+
foreach (CardSource cardName in cardSources)
foreach (string name in cardName.CardNames)