From 64c3b489e3ac31d5ea9a9420d7ba28a1705543c9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 26 May 2022 20:37:10 +0200 Subject: [PATCH] fds --- 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 3e8232e0f6..824c7c08a5 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -701,7 +701,7 @@ for k, val in AWARDS.items(): AWARDS3 = {} for k, val in AWARDS2.items(): - if val['price'] == 500: AWARDS3[k] = val + if val['price'] <= 500: AWARDS3[k] = val DOUBLE_XP_ENABLED = -1 # set to unixtime for when DXP begins, -1 to disable