Do incomplete trades properly

This commit is contained in:
mez 2025-09-06 20:51:03 +01:00
parent 5d65a8b777
commit f18ce22b47
3 changed files with 6 additions and 9 deletions

View file

@ -11,7 +11,6 @@ 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
"randomsin":0 # for incomplete trades where you anticipate receiving a specified number of random cards
"unpend":["card06"] # to remove a card from the pending list if a trade is cancelled
}
]