mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
Updates the "Helped Habit Grow" achievement to be stackable. Also includes miscellaneous Bailey announcements for 3/10.
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
db.users.update(
|
|
{'achievements.helpedHabit':true},
|
|
{$set:{'achievements.habitSurveys':1}},
|
|
{multi:1}
|
|
) |