diff --git a/migrations/mysteryitems.js b/migrations/mysteryitems.js
index c39d720024..1531f8fb0f 100644
--- a/migrations/mysteryitems.js
+++ b/migrations/mysteryitems.js
@@ -2,7 +2,7 @@ var _id = '';
var update = {
$push: {
'purchased.plan.mysteryItems':{
- $each:['headAccessory_mystery_201409','armor_mystery_201409']
+ $each:['back_mystery_201410','armor_mystery_201410']
}
}
};
diff --git a/src/models/user.js b/src/models/user.js
index 3f9a107160..730d29635f 100644
--- a/src/models/user.js
+++ b/src/models/user.js
@@ -46,7 +46,8 @@ var UserSchema = new Schema({
rebirthLevel: Number,
perfect: Number,
habitBirthday: Boolean,
- valentine: Number
+ valentine: Number,
+ costumeContest: Boolean
},
auth: {
blocked: Boolean,
diff --git a/views/shared/new-stuff.jade b/views/shared/new-stuff.jade
index 517622789d..c64b349a65 100644
--- a/views/shared/new-stuff.jade
+++ b/views/shared/new-stuff.jade
@@ -8,14 +8,28 @@ table
h3.popover-title
a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
.popover-content
+ h5 October Item Set Revealed And Community Costume Challenge Reminder
table.table.table-striped
tr
td
- h5 Level 60 Equipment Quest: Recidivate Quest Line!
- p All over Habitica, Bad Habits thought long-dead are rising up again - it must be the work of Recidivate, the wicked Necromancer! Can you complete your Dailies and fight down your Bad Habits to lay her to rest once more? If so, you'll reap some fine spoils... including some legendary armor!
- p This quest line contains the hardest Boss Battle that we've released to date, so the first quest scroll drops for free at Level 60. If you're already Level 60 or over, you can unlock it for free, too - just check off any task and it will drop for you :) Good luck! You'll need it.
- p.small.muted by Lemoness, Tru_, aurakami, Inventrix, and Baconsaur
- p.small.muted 10/23/2014
+ h5 October Item Set Revealed
+ .promo_mystery_201410.pull-right
+ The October Subscriber Item has been revealed: the Winged Goblin Item Set! All October subscribers will receive the Goblin Gear and the Goblin Wings. You still have six days to subscribe and receive the item set! Thank you so much for your support - we really do rely on you to keep HabitRPG free to use and running smoothly.
+ by Lemoness
+ h5 Community Costume Challenge Reminder
+ .achievement-costumeContest.pull-right
+ p Don't forget about the Community Costume Challenge! We've had some really amazing entries so far, and we're looking forward to seeing more over the next six days! All participants will receive the 2014 Costume Challenge Badge.
+ p You can view some of the awesome costumes here!
+ p.small.muted 10/25/2014
+
+h5 10/23/2014
+table.table.table-striped
+ tr
+ td
+ h5 Level 60 Equipment Quest: Recidivate Quest Line!
+ p All over Habitica, Bad Habits thought long-dead are rising up again - it must be the work of Recidivate, the wicked Necromancer! Can you complete your Dailies and fight down your Bad Habits to lay her to rest once more? If so, you'll reap some fine spoils... including some legendary armor!
+ p This quest line contains the hardest Boss Battle that we've released to date, so the first quest scroll drops for free at Level 60. If you're already Level 60 or over, you can unlock it for free, too - just check off any task and it will drop for you :) Good luck! You'll need it.
+ p.small.muted by Lemoness, Tru_, aurakami, Inventrix, and Baconsaur
h5 10/15/2014 - Spider Pet Quest, Mobile App Update, Hide Grey Dailies, And Sortable Checklists!
table.table.tables-striped
diff --git a/views/shared/profiles/achievements.jade b/views/shared/profiles/achievements.jade
index 7603a9f6d7..bc8689d17d 100644
--- a/views/shared/profiles/achievements.jade
+++ b/views/shared/profiles/achievements.jade
@@ -171,3 +171,11 @@ div(ng-if='::profile.achievements.quests.dilatory')
=env.t('achievementDilatoryText')
hr
+//- FIXME add these strings to locales
+div(ng-if='::profile.achievements.costumeContest')
+ .achievement.achievement-costumeContest
+ h5=env.t('costumeContest')
+ small
+ =env.t('costumeContestText')
+ hr
+