Skip to content

Commit

Permalink
- adds a new misc achievement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamarcke committed Oct 22, 2024
1 parent e67e16c commit 265f216
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/icons/area-42.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/achievements/data/achievements-misc.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ export const achievementsMiscData: Achievement[] = [
category: AchievementCategory.MISC,
checkEligibility: async () => false,
},
{
id: "area-42",
name: "Does this mean something?",
description: "Be a member of Area 42",
expGainAmount: 100,
category: AchievementCategory.MISC,
checkEligibility: async () => false,
},
];

0 comments on commit 265f216

Please sign in to comment.