From a4eb957fbccac60a064decbeb5b192851739a4b0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 17 Feb 2022 08:16:59 +0200 Subject: [PATCH] v --- files/helpers/const.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 69db9409fd..3a720b7bb6 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -563,7 +563,7 @@ if SITE_NAME == 'PCM': "description": "Summons Croag on the post.", "icon": "fas fa-head-side", "color": "text-gold", - "price": 300 + "price": 500 }, "toe": { "kind": "toe", @@ -571,7 +571,7 @@ if SITE_NAME == 'PCM': "description": "Summons Blade's toe on the post.", "icon": "fas fa-socks", "color": "text-gold", - "price": 300 + "price": 500 }, "crab": { "kind": "crab", @@ -579,7 +579,7 @@ if SITE_NAME == 'PCM': "description": "Rave time!", "icon": "fas fa-glass-cheers", "color": "text-gold", - "price": 300 + "price": 4000 } } AWARDS = {**PCM_AWARDS, **AWARDS}