remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 23:34:15 +02:00
parent 6dd0b70e91
commit 784e228d23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def shop(v):
award["owned_num"] = row['last_award_count']
owned.append(award)
print(owned)
owned = sorted(owned, key=lambda x: x['price'])
if v.patron:
for val in AWARDS.values():
if v.patron == 1: val["price"] = int(val["price"]*0.90)