mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat(mystery): april mystery item
This commit is contained in:
parent
20b2fb9fd2
commit
425218d9a7
2 changed files with 19 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
db.users.update(
|
||||
{'purchased.plan.customerId':{$ne:null}},
|
||||
{$push: {'purchased.plan.mysteryItems':{$each:['armor_mystery_201403','headAccessory_mystery_201403']}}},
|
||||
{$push: {'purchased.plan.mysteryItems':{$each:['back_mystery_201404','headAccessory_mystery_201404']}}},
|
||||
{multi:true}
|
||||
)
|
||||
|
|
@ -12,12 +12,27 @@ script(type='text/ng-template', id='modals/newStuff.html')
|
|||
h3.popover-title
|
||||
a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
|
||||
.popover-content
|
||||
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 The Great Egg Hunt
|
||||
p A new quest is available in the Market between now and April 30th. Anyone who signed up before April 7th has one in their inventory free!
|
||||
small.muted 4/6/2014
|
||||
h5 April Mystery Outfit Revealed!
|
||||
img.pull-right(src='/marketing/promos/April14SAMPLE2.png')
|
||||
p The April Mystery Item Set has been revealed for all subscribers... <strong>Twilight Butterfly Armor Set</strong>! All people who are subscribed this April will receive two items:
|
||||
ul
|
||||
li Twilight Butterfly Antennae
|
||||
li Twilight Butterfly Wings!
|
||||
p You still have five more days to subscribe and get the item set. Thank you all for supporting us! We love you <3
|
||||
small.muted 4/25/2014
|
||||
|
||||
|
||||
hr
|
||||
h5 4/6/2014
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 The Great Egg Hunt
|
||||
p A new quest is available in the Market between now and April 30th. Anyone who signed up before April 7th has one in their inventory free!
|
||||
|
||||
hr
|
||||
h5 4/3/2014
|
||||
|
|
|
|||
Loading…
Reference in a new issue