thank you berry much achievement

This commit is contained in:
madeline
2026-04-28 04:01:22 -07:00
parent ea528ed9d9
commit 0d37cb4e54
+15
View File
@@ -46,6 +46,21 @@ std::vector<AchievementSystem::Entry> AchievementSystem::makeEntries() {
},
{}
},
{
{
"plumm_max",
"Thank You Berry Much",
"Score 61,454 points in the Plumm minigame.",
AchievementCategory::Minigame,
false, 0, 0, false
},
[](Achievement& a, json&) {
if (dComIfGs_getBalloonScore() >= 61454) {
a.progress = 1;
}
},
{}
},
{
{
"rollgoal_8",