mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +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'),
|
||||
|
||||
Reference in New Issue
Block a user