forked from rDrama/rDrama
1
0
Fork 0

add tier name for patron level 1

master
Aevann 2023-06-08 06:45:06 +03:00
parent 746cf7e375
commit 5f5c00304f
1 changed files with 2 additions and 0 deletions

View File

@ -705,6 +705,7 @@ HOUSE_JOIN_COST = 500
HOUSE_SWITCH_COST = 2000
TIER_TO_NAME = {
1: "Beneficiary",
2: "Paypig",
3: "Renthog",
4: "Landchad",
@ -929,6 +930,7 @@ elif SITE == 'watchpeopledie.tv':
SIGNUP_FOLLOW_ID = CARP_ID
TIER_TO_NAME = {
1: "Beneficiary",
2: "Victim",
3: "Corpse",
4: "Zombie",