Mystery Items 2016/10 (#8169)

* feat(content): mystery items 2016-10

* chore(news): Bailey 2016-10-25
Also ends the Enchanted Armoire A/B test.

* fix(armoire): failing tests from A/B conclusion
This commit is contained in:
Sabe Jones
2016-10-25 16:16:00 -05:00
committed by GitHub
parent be3f61a94b
commit d323be19c6
15 changed files with 48 additions and 19 deletions

View File

@@ -232,7 +232,7 @@ let schema = new Schema({
communityGuidelinesAccepted: {type: Boolean, default: false},
cronCount: {type: Number, default: 0},
welcomed: {type: Boolean, default: false},
armoireEnabled: {type: Boolean, default: false},
armoireEnabled: {type: Boolean, default: true},
armoireOpened: {type: Boolean, default: false},
armoireEmpty: {type: Boolean, default: false},
cardReceived: {type: Boolean, default: false},