mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): May Subscriber Items
This commit is contained in:
@@ -304,6 +304,12 @@ let back = {
|
||||
mystery: '201804',
|
||||
value: 0,
|
||||
},
|
||||
201805: {
|
||||
text: t('backMystery201805Text'),
|
||||
notes: t('backMystery201805Notes'),
|
||||
mystery: '201805',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -571,6 +577,12 @@ let head = {
|
||||
mystery: '201803',
|
||||
value: 0,
|
||||
},
|
||||
201805: {
|
||||
text: t('headMystery201805Text'),
|
||||
notes: t('headMystery201805Notes'),
|
||||
mystery: '201805',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user