mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Mystery Items June 2018
This commit is contained in:
@@ -193,6 +193,12 @@ let armor = {
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
201806: {
|
||||
text: t('armorMystery201806Text'),
|
||||
notes: t('armorMystery201806Notes'),
|
||||
mystery: '201806',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -583,6 +589,12 @@ let head = {
|
||||
mystery: '201805',
|
||||
value: 0,
|
||||
},
|
||||
201806: {
|
||||
text: t('headMystery201806Text'),
|
||||
notes: t('headMystery201806Notes'),
|
||||
mystery: '201806',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user