mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Mystery Items 2018/03
This commit is contained in:
@@ -292,6 +292,12 @@ let back = {
|
||||
mystery: '201801',
|
||||
value: 0,
|
||||
},
|
||||
201803: {
|
||||
text: t('backMystery201803Text'),
|
||||
notes: t('backMystery201803Notes'),
|
||||
mystery: '201803',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -553,6 +559,12 @@ let head = {
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
201803: {
|
||||
text: t('headMystery201803Text'),
|
||||
notes: t('headMystery201803Notes'),
|
||||
mystery: '201803',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
Reference in New Issue
Block a user