mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): subscriber items
Also fix(sprites): resize and recanvas gift boxes
This commit is contained in:
@@ -169,6 +169,12 @@ let armor = {
|
||||
mystery: '201707',
|
||||
value: 0,
|
||||
},
|
||||
201710: {
|
||||
text: t('armorMystery201710Text'),
|
||||
notes: t('armorMystery201710Notes'),
|
||||
mystery: '201710',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -499,6 +505,12 @@ let head = {
|
||||
mystery: '201707',
|
||||
value: 0,
|
||||
},
|
||||
201710: {
|
||||
text: t('headMystery201710Text'),
|
||||
notes: t('headMystery201710Notes'),
|
||||
mystery: '201710',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -178,6 +178,10 @@ let mysterySets = {
|
||||
start: '2017-09-19',
|
||||
end: '2017-10-07',
|
||||
},
|
||||
201710: {
|
||||
start: '2017-10-24',
|
||||
end: '2017-11-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user