From a5e06b1d423621f03c774d28b3d40c35ee731fd8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 27 Jul 2023 23:57:55 +0300 Subject: [PATCH] rename Marsey award to Hieroglyphs award --- files/assets/css/main.css | 1 + files/helpers/config/awards.py | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 7ca05b917..fcd884e2a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -207,6 +207,7 @@ .fa-down:before{content:"\f354"} .fa-shield-virus:before{content:"\e06c"} .fa-at:before{content:"\40"} +.fa-ankh:before{content:"\f644"} button { background: none; diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index bd8c2ffb7..0af487206 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -641,10 +641,10 @@ AWARDS = { }, "marsey": { "kind": "marsey", - "title": "Marsey", - "description": "Makes the recipient unable to post/comment anything but marsey emojis for 24 hours.", - "icon": "fas fa-cat", - "color": "text-orange", + "title": "Hieroglyphs", + "description": "Makes the recipient unable to post/comment anything but emojis for 24 hours.", + "icon": "fas fa-ankh", + "color": "text-gold", "price": 2000, "deflectable": True, "cosmetic": False,