From acd892d681cc996090de6e77054c66f75434ff0f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 16 Aug 2022 17:26:50 +0200 Subject: [PATCH] change WPD tier names --- files/helpers/const.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 7274f3cc1..71febfe41 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -998,11 +998,11 @@ tiers={ "(JIDF Bankroller)": 6, "(Rich Bich)": 7, "(LlamaBean)": 1, - "(Tier 1)": 1, - "(Tier 2)": 2, - "(Tier 3)": 3, - "(Tier 4)": 4, - "(Tier 5)": 5, + "(Victim)": 1, + "(Corpse)": 2, + "(Zombie)": 3, + "(Ghost)": 4, + "(Survivor)": 5, } DISCORD_WELCOME_CHANNEL = "846509313941700618"