This commit is contained in:
Aevann1 2021-08-31 20:47:26 +02:00
parent fefe70f0d0
commit 8d8476488d
15 changed files with 17 additions and 16 deletions

View file

@ -126,11 +126,11 @@ def monthly(v):
grant_awards["shit"] = 5
grant_awards["gold"] = 5
grant_awards["ban"] = 1
elif u.patron == 4 or u.patron == 8:
elif u.patron == 4:
grant_awards["shit"] = 10
grant_awards["gold"] = 10
grant_awards["ban"] = 3
elif u.patron == 5:
elif u.patron == 5 or u.patron == 8:
grant_awards["shit"] = 20
grant_awards["gold"] = 20
grant_awards["ban"] = 6