diff --git a/common/data/achievements.py b/common/data/achievements.py index 217ce4626..4299fd764 100644 --- a/common/data/achievements.py +++ b/common/data/achievements.py @@ -331,6 +331,12 @@ "image": "https://vas3k.club/static/images/achievements/grill_master.png", "style": "background-color: #EA780E; font-size: 130%;", }), + ("spooky", { + "name": "Спуки", + "description": "За лучшие украшения на Хэллоуин", + "image": "https://vas3k.club/static/images/achievements/spooky.png", + "style": "background-color: #2E61F3; font-size: 130%;", + }), ] # VIP: https://i.vas3k.club/3cb.png diff --git a/frontend/static/images/achievements/spooky.png b/frontend/static/images/achievements/spooky.png new file mode 100644 index 000000000..b5b6182d5 Binary files /dev/null and b/frontend/static/images/achievements/spooky.png differ