mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): May 2019 subscriber set
This commit is contained in:
@@ -358,6 +358,12 @@ let back = {
|
||||
mystery: '201812',
|
||||
value: 0,
|
||||
},
|
||||
201905: {
|
||||
text: t('backMystery201905Text'),
|
||||
notes: t('backMystery201905Notes'),
|
||||
mystery: '201905',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -772,6 +778,12 @@ let headAccessory = {
|
||||
mystery: '201812',
|
||||
value: 0,
|
||||
},
|
||||
201905: {
|
||||
text: t('headAccessoryMystery201905Text'),
|
||||
notes: t('headAccessoryMystery201905Notes'),
|
||||
mystery: '201905',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('headAccessoryMystery301405Text'),
|
||||
notes: t('headAccessoryMystery301405Notes'),
|
||||
|
||||
@@ -185,8 +185,10 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionBronze'),
|
||||
limited: true,
|
||||
_season: 'March',
|
||||
canBuy: hasQuestAchievementFunction('bronze'),
|
||||
_addlNotes () {
|
||||
return '';
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -254,6 +254,10 @@ let mysterySets = {
|
||||
start: '2019-04-25',
|
||||
end: '2019-05-02',
|
||||
},
|
||||
201905: {
|
||||
start: '2019-05-28',
|
||||
end: '2019-06-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user