forked from rDrama/rDrama
1
0
Fork 0

rename Marsey award to Hieroglyphs award

master
Aevann 2023-07-27 23:57:55 +03:00
parent ca7912ccba
commit a5e06b1d42
2 changed files with 5 additions and 4 deletions

View File

@ -207,6 +207,7 @@
.fa-down:before{content:"\f354"} .fa-down:before{content:"\f354"}
.fa-shield-virus:before{content:"\e06c"} .fa-shield-virus:before{content:"\e06c"}
.fa-at:before{content:"\40"} .fa-at:before{content:"\40"}
.fa-ankh:before{content:"\f644"}
button { button {
background: none; background: none;

View File

@ -641,10 +641,10 @@ AWARDS = {
}, },
"marsey": { "marsey": {
"kind": "marsey", "kind": "marsey",
"title": "Marsey", "title": "Hieroglyphs",
"description": "Makes the recipient unable to post/comment anything but marsey emojis for 24 hours.", "description": "Makes the recipient unable to post/comment anything but emojis for 24 hours.",
"icon": "fas fa-cat", "icon": "fas fa-ankh",
"color": "text-orange", "color": "text-gold",
"price": 2000, "price": 2000,
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,