This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica-self-host
Watch
1
Star
0
Fork
You've already forked habitica-self-host
0
mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced
2026-07-29 02:07:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a8d98e5f57
habitica-self-host
/
migrations
/
restock_armoire.js
6 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(quests): Dilatory Distress Implements the "Dilatory Distress" quest chain, purchasable for Gold. Also adds four new items to the Enchanted Armoire.
2015-07-13 23:21:32 +00:00
db
.
users
.
update
(
{
'flags.armoireEmpty'
:
true
}
,
{
$set
:
{
'flags.armoireEmpty'
:
false
}
}
,
{
multi
:
true
}
test(quests): Quests Service spec WIP First test on new Quests Service. Also fix Armoire tests to account for new items.
2015-07-14 00:16:29 +00:00
)
;
Reference in a new issue
Copy permalink