remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 19:47:19 +02:00
parent 7bf449abcc
commit 74f868ffe8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def shop(v):
awards = AWARDS.values()
if v.patron:
for val in awards.values():
for val in awards:
if v.patron == 1: val["price"] = int(val["price"]*0.90)
elif v.patron == 2: val["price"] = int(val["price"]*0.85)
elif v.patron == 3: val["price"] = int(val["price"]*0.80)