remotes/1693045480750635534/spooky-22
Aevann1 2021-12-10 07:00:58 +02:00
parent 318be86725
commit 86cd91ceba
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ def buy(v, award):
if request.values.get("mb"):
if v.procoins < price: return {"error": "Not enough marseybux."}, 400
if award in ["grass","alt"]: return {"error": "You can't buy those awards with marseybux."}, 403
if award != "grass": return {"error": "You can't buy those awards with marseybux."}, 403
v.procoins -= price
else:
if v.coins < price: return {"error": "Not enough coins."}, 400