mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): April subscriber items
This commit is contained in:
@@ -406,6 +406,12 @@ const back = {
|
||||
mystery: '202001',
|
||||
value: 0,
|
||||
},
|
||||
202004: {
|
||||
text: t('backMystery202004Text'),
|
||||
notes: t('backMystery202004Notes'),
|
||||
mystery: '202004',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -898,6 +904,12 @@ const headAccessory = {
|
||||
mystery: '201908',
|
||||
value: 0,
|
||||
},
|
||||
202004: {
|
||||
text: t('headAccessoryMystery202004Text'),
|
||||
notes: t('headAccessoryMystery202004Notes'),
|
||||
mystery: '202004',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('headAccessoryMystery301405Text'),
|
||||
notes: t('headAccessoryMystery301405Notes'),
|
||||
|
||||
Reference in New Issue
Block a user