mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
Implements the "Dilatory Distress" quest chain, purchasable for Gold. Also adds four new items to the Enchanted Armoire.
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
db.users.update(
|
|
{'flags.armoireEmpty':true},
|
|
{$set:{'flags.armoireEmpty':false}},
|
|
{multi:true}
|
|
); |