mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Subscriber Mystery Items 2019-09
This commit is contained in:
@@ -253,6 +253,12 @@ let armor = {
|
||||
mystery: '201908',
|
||||
value: 0,
|
||||
},
|
||||
201909: {
|
||||
text: t('armorMystery201909Text'),
|
||||
notes: t('armorMystery201909Notes'),
|
||||
mystery: '201909',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -733,6 +739,12 @@ let head = {
|
||||
mystery: '201907',
|
||||
value: 0,
|
||||
},
|
||||
201909: {
|
||||
text: t('headMystery201909Text'),
|
||||
notes: t('headMystery201909Notes'),
|
||||
mystery: '201909',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user