reduce benefactor price from 4000 to 2500 and its reward from 2000 to 1250

pull/216/head
Aevann 2023-10-18 21:56:35 +03:00
parent 21e4ac6ff2
commit 1d0f51c011
2 changed files with 2 additions and 2 deletions

View File

@ -849,7 +849,7 @@ AWARDS = {
"description": f"Grants one month of {patron} status and 2000 marseybux to the recipient. Cannot be used on yourself.",
"icon": "fas fa-gift",
"color": "text-blue",
"price": 4000,
"price": 2500,
"deflectable": False,
"cosmetic": False,
"ghost": False,

View File

@ -466,7 +466,7 @@ def award_thing(v, thing_type, id):
author.patron = 1
if author.patron_utc: author.patron_utc += 2629746
else: author.patron_utc = int(time.time()) + 2629746
author.pay_account('marseybux', 2000)
author.pay_account('marseybux', 1250)
badge_grant(user=v, badge_id=103)
elif kind == "rehab":
if author.rehab: author.rehab += 86400