changed discover achievement text

This commit is contained in:
someone 2025-12-07 21:56:25 +01:00
parent 29a2abdec1
commit 1c475e270e

View File

@ -22,7 +22,7 @@ interface AchievementsContextType {
const defaultAchievements: Achievement[] = [
// Discovery achievements
{ id: 'first_visit', name: 'Hello World', description: 'Visit the site for the first time', icon: '👋', unlocked: false },
{ id: 'found_achievements', name: 'Achievement Hunter', description: 'Discover the secret achievements section', icon: '🏆', unlocked: false },
{ id: 'found_achievements', name: 'Achievement Hunter', description: 'Discover the achievements section', icon: '🏆', unlocked: false },
{ id: 'konami_master', name: 'Konami Master', description: 'Enter the legendary cheat code', icon: '🎮', unlocked: false, secret: true },
{ id: 'terminal_user', name: 'Terminal Jockey', description: 'Use the terminal command interface', icon: '💻', unlocked: false },
{ id: 'hint_seeker', name: 'Hint Seeker', description: 'Ask for a hint in the terminal', icon: '🔍', unlocked: false, secret: true },