fix(event): Santa Warning and Wolf

This commit is contained in:
Sabe Jones
2019-12-23 13:09:40 -06:00
parent 7d7654bb04
commit 730aefa2fa
8 changed files with 66 additions and 56 deletions
+1
View File
@@ -74,6 +74,7 @@ const bundles = {
key: 'winterQuests',
text: t('winterQuestsText'),
notes: t('winterQuestsNotes'),
addlNotes: t('evilSantaAddlNotes'),
bundleKeys: [
'evilsanta',
'evilsanta2',
+2
View File
@@ -262,6 +262,7 @@ const quests = {
},
text: t('questEvilSantaText'),
notes: t('questEvilSantaNotes'),
addlNotes: t('evilSantaAddlNotes'),
completion: t('questEvilSantaCompletion'),
value: 4,
category: 'pet',
@@ -288,6 +289,7 @@ const quests = {
},
text: t('questEvilSanta2Text'),
notes: t('questEvilSanta2Notes'),
addlNotes: t('evilSantaAddlNotes'),
completion: t('questEvilSanta2Completion'),
value: 4,
category: 'pet',
@@ -115,6 +115,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
key: item.key,
text: item.text(language),
notes: item.notes(language),
addlNotes: item.addlNotes ? item.addlNotes(language) : null,
value: item.value,
currency: 'gems',
class: `quest_bundle_${item.key}`,
@@ -130,6 +131,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
key: item.key,
text: item.text(language),
notes: item.notes(language),
addlNotes: item.addlNotes ? item.addlNotes(language) : null,
group: item.group,
value: item.goldValue ? item.goldValue : item.value,
locked,