mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): July Subscriber Items and Summer Splash Orcas
This commit is contained in:
@@ -199,6 +199,12 @@ let armor = {
|
||||
mystery: '201806',
|
||||
value: 0,
|
||||
},
|
||||
201807: {
|
||||
text: t('armorMystery201807Text'),
|
||||
notes: t('armorMystery201807Notes'),
|
||||
mystery: '201807',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -595,6 +601,12 @@ let head = {
|
||||
mystery: '201806',
|
||||
value: 0,
|
||||
},
|
||||
201807: {
|
||||
text: t('headMystery201807Text'),
|
||||
notes: t('headMystery201807Notes'),
|
||||
mystery: '201807',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user