mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(mystery): subscriber items 201606 (#7707)
* feat(mystery): subscriber items 201606 * chore(news): announce Android
This commit is contained in:
@@ -121,6 +121,12 @@ let armor = {
|
||||
mystery: '201605',
|
||||
value: 0,
|
||||
},
|
||||
201606: {
|
||||
text: t('armorMystery201606Text'),
|
||||
notes: t('armorMystery201606Notes'),
|
||||
mystery: '201606',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -316,6 +322,12 @@ let head = {
|
||||
mystery: '201605',
|
||||
value: 0,
|
||||
},
|
||||
201606: {
|
||||
text: t('headMystery201606Text'),
|
||||
notes: t('headMystery201606Notes'),
|
||||
mystery: '201606',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -114,6 +114,10 @@ let mysterySets = {
|
||||
start: '2016-05-25',
|
||||
end: '2016-06-02',
|
||||
},
|
||||
201606: {
|
||||
start: '2016-06-23',
|
||||
end: '2016-07-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user