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'),
|
||||
|
||||
@@ -202,6 +202,10 @@ let mysterySets = {
|
||||
start: '2018-03-22',
|
||||
end: '2018-04-02',
|
||||
},
|
||||
201804: {
|
||||
start: '2018-04-24',
|
||||
end: '2018-05-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user