From aa0e9bc04a1125ba0c3b2f200c2869027ca777b2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 16 Sep 2022 20:38:22 +0200 Subject: [PATCH] fix wrong award descipriotn for Bite --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index d5cda834aa..371ce302f4 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -792,7 +792,7 @@ HOUSE_AWARDS = { "Vampire": { "kind": "Vampire", "title": "Bite", - "description": "Turns the recipient into a vampire for 7 days.", + "description": "Turns the recipient into a vampire for 3 days.", "icon": "fas fa-bat", "color": "text-gray", "price": 400