increase award discount for jannies from %2 per JL to %5 per JL

master
Aevann 2023-10-01 16:24:04 +03:00
parent 46899f2542
commit 3b7d070f21
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ class User(Base):
elif self.patron == 8: after_discount = 0.60
else: after_discount = 1
after_discount -= 0.02 * self.admin_level
after_discount -= 0.05 * self.admin_level
owned_badges = [x.badge_id for x in self.badges]