Fix interactive foil

This commit is contained in:
Florian Baumann 2023-11-10 09:31:49 +01:00
parent c5b8ad7270
commit 0109d57bd9

View File

@ -53,6 +53,9 @@ func addCardsInteractive(unique bool, set string) {
break
}
// default is no foil
foil = false
// construct card input for addCards
card := []string{}