Fix count on interactive add
This commit is contained in:
parent
af716ae755
commit
3347adadaf
@ -56,6 +56,9 @@ func addCardsInteractive(unique bool, set string) {
|
|||||||
// default is no foil
|
// default is no foil
|
||||||
foil = false
|
foil = false
|
||||||
|
|
||||||
|
// default is count 1
|
||||||
|
count = 1
|
||||||
|
|
||||||
// construct card input for addCards
|
// construct card input for addCards
|
||||||
card := []string{}
|
card := []string{}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user