mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Updates the "Helped Habit Grow" achievement to be stackable. Also includes miscellaneous Bailey announcements for 3/10.
5 lines
No EOL
109 B
JavaScript
5 lines
No EOL
109 B
JavaScript
db.users.update(
|
|
{'achievements.helpedHabit':true},
|
|
{$set:{'achievements.habitSurveys':1}},
|
|
{multi:1}
|
|
) |