mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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'),
|
||||
|
||||
@@ -270,6 +270,10 @@ let mysterySets = {
|
||||
start: '2019-08-27',
|
||||
end: '2019-09-02',
|
||||
},
|
||||
201909: {
|
||||
start: '2019-09-25',
|
||||
end: '2019-10-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user