Skip to content

Commit

Permalink
static: add spooky achievement (#1260)
Browse files Browse the repository at this point in the history
* Update achievements.py to add spooky achievement

* Added spooky achievement file
  • Loading branch information
shkaff authored Nov 3, 2024
1 parent 1343d73 commit 92701ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/data/achievements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file added frontend/static/images/achievements/spooky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92701ab

Please sign in to comment.