mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(event): subscriber items 2016-03
This commit is contained in:
@@ -103,6 +103,12 @@ let armor = {
|
||||
mystery: '201512',
|
||||
value: 0,
|
||||
},
|
||||
201603: {
|
||||
text: t('armorMystery201603Text'),
|
||||
notes: t('armorMystery201603Notes'),
|
||||
mystery: '201603',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -280,6 +286,12 @@ let head = {
|
||||
mystery: '201602',
|
||||
value: 0,
|
||||
},
|
||||
201603: {
|
||||
text: t('headMystery201603Text'),
|
||||
notes: t('headMystery201603Notes'),
|
||||
mystery: '201603',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -102,6 +102,10 @@ let mysterySets = {
|
||||
start: '2016-02-24',
|
||||
end: '2016-03-02',
|
||||
},
|
||||
201603: {
|
||||
start: '2016-03-24',
|
||||
end: '2016-04-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user