reduce flairlock price from 1000 to 500

pull/143/head
Aevann 2023-04-25 06:38:43 +02:00
parent 01e7456410
commit 562388de65
1 changed files with 12 additions and 12 deletions

View File

@ -483,6 +483,18 @@ AWARDS = {
"ghost": False,
"enabled": True,
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
"description": "Sets a flair for the recipient and locks it for 24 hours.",
"icon": "fas fa-lock",
"color": "text-black",
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"agendaposter": {
"kind": "agendaposter",
"title": "Chud",
@ -531,18 +543,6 @@ AWARDS = {
"ghost": True,
"enabled": True,
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
"description": "Sets a flair for the recipient and locks it for 24 hours.",
"icon": "fas fa-lock",
"color": "text-black",
"price": 1000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"pin": {
"kind": "pin",
"title": "Pin",