mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): subscriber items June 2020
This commit is contained in:
@@ -265,6 +265,12 @@ const armor = {
|
||||
mystery: '201910',
|
||||
value: 0,
|
||||
},
|
||||
202006: {
|
||||
text: t('armorMystery202006Text'),
|
||||
notes: t('armorMystery202006Notes'),
|
||||
mystery: '202006',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -817,6 +823,12 @@ const head = {
|
||||
mystery: '202003',
|
||||
value: 0,
|
||||
},
|
||||
202006: {
|
||||
text: t('headMystery202006Text'),
|
||||
notes: t('headMystery202006Notes'),
|
||||
mystery: '202006',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user