diff --git a/source/backend/Achievements.hx b/source/backend/Achievements.hx index 66ecdd84d1d..c31a0ad302b 100644 --- a/source/backend/Achievements.hx +++ b/source/backend/Achievements.hx @@ -39,7 +39,7 @@ class Achievements { createAchievement('oversinging', {name: "Oversinging Much...?", description: "Hold down a note for 10 seconds."}); createAchievement('hype', {name: "Hyperactive", description: "Finish a Song without going Idle."}); createAchievement('two_keys', {name: "Just the Two of Us", description: "Finish a Song pressing only two keys."}); - createAchievement('toastier', {name: "Toaster Gamer", description: "Have you tried to run the game on a toaster?"}); + createAchievement('toastie', {name: "Toaster Gamer", description: "Have you tried to run the game on a toaster?"}); createAchievement('debugger', {name: "Debugger", description: "Beat the \"Test\" Stage from the Chart Editor.", hidden: true}); //dont delete this thing below