Account for pending cards

This commit is contained in:
mez 2025-03-08 12:15:47 +00:00
parent 042d143b04
commit bfe656a5b4
4 changed files with 46 additions and 2 deletions

View file

@ -9,6 +9,8 @@ log = [
"crayons":{"red":1,"orange":2,"yellow":-3},
"coupons":{"01":5},
"decks":["deck1","deck2","deck3","deck4","deck5","deck6","deck7","deck8"], # only if "event":"portfolio"
"sketch":-1 # for turning in 1 sketchpad
"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
}
]