mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): June 2017 subscriber items
This commit is contained in:
@@ -244,6 +244,12 @@ let back = {
|
||||
mystery: '201704',
|
||||
value: 0,
|
||||
},
|
||||
201706: {
|
||||
text: t('backMystery201706Text'),
|
||||
notes: t('backMystery201706Notes'),
|
||||
mystery: '201706',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -253,6 +259,12 @@ let body = {
|
||||
mystery: '201705',
|
||||
value: 0,
|
||||
},
|
||||
201706: {
|
||||
text: t('bodyMystery201706Text'),
|
||||
notes: t('bodyMystery201706Notes'),
|
||||
mystery: '201706',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
|
||||
@@ -162,6 +162,10 @@ let mysterySets = {
|
||||
start: '2017-05-23',
|
||||
end: '2017-06-02',
|
||||
},
|
||||
201706: {
|
||||
start: '2017-06-22',
|
||||
end: '2017-07-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user