mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Subscriber Mystery Items 2018/04
This commit is contained in:
@@ -298,6 +298,12 @@ let back = {
|
||||
mystery: '201803',
|
||||
value: 0,
|
||||
},
|
||||
201804: {
|
||||
text: t('backMystery201804Text'),
|
||||
notes: t('backMystery201804Notes'),
|
||||
mystery: '201804',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -628,6 +634,12 @@ let headAccessory = {
|
||||
mystery: '201801',
|
||||
value: 0,
|
||||
},
|
||||
201804: {
|
||||
text: t('headAccessoryMystery201804Text'),
|
||||
notes: t('headAccessoryMystery201804Notes'),
|
||||
mystery: '201804',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('headAccessoryMystery301405Text'),
|
||||
notes: t('headAccessoryMystery301405Notes'),
|
||||
|
||||
Reference in New Issue
Block a user