mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(mystery): subscriber items 2015-12
Also enables the Snowball in the Seasonal Shop.
This commit is contained in:
@@ -97,6 +97,12 @@ let armor = {
|
||||
mystery: '201511',
|
||||
value: 0,
|
||||
},
|
||||
201512: {
|
||||
text: t('armorMystery201512Text'),
|
||||
notes: t('armorMystery201512Notes'),
|
||||
mystery: '201512',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -250,6 +256,12 @@ let head = {
|
||||
mystery: '201511',
|
||||
value: 0,
|
||||
},
|
||||
201512: {
|
||||
text: t('headMystery201512Text'),
|
||||
notes: t('headMystery201512Notes'),
|
||||
mystery: '201512',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user