mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Subscriber items 2017-07
This commit is contained in:
@@ -163,6 +163,12 @@ let armor = {
|
||||
mystery: '201704',
|
||||
value: 0,
|
||||
},
|
||||
201707: {
|
||||
text: t('armorMystery201707Text'),
|
||||
notes: t('armorMystery201707Notes'),
|
||||
mystery: '201707',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -481,6 +487,12 @@ let head = {
|
||||
mystery: '201705',
|
||||
value: 0,
|
||||
},
|
||||
201707: {
|
||||
text: t('headMystery201707Text'),
|
||||
notes: t('headMystery201707Notes'),
|
||||
mystery: '201707',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user