Account for incoming random cards in incomplete trades
This commit is contained in:
parent
c7cf249304
commit
6c61a2bcfc
3 changed files with 35 additions and 14 deletions
|
@ -11,6 +11,7 @@ log = [
|
|||
"decks":["deck1","deck2","deck3","deck4","deck5","deck6","deck7","deck8"], # only if "event":"portfolio"
|
||||
"sketch":-1, # for turning in 1 sketchpad
|
||||
"pend":["card05"], # to mark a card as pending
|
||||
"unpend":["card06"] # to remove a card from the pending list if a trade is cancelled
|
||||
"unpend":["card06"], # to remove a card from the pending list if a trade is cancelled
|
||||
"randomsin":0 # for incomplete trades where you anticipate receiving a specified number of random cards
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue