add an Earnable Quests group for Basi-List and Dust Bunnnies (new client fix) (#8952)

* add an Earnable Quests group for Basi-List and Dust Bunnnies

This allows Basi-List and Dust Bunnies to be automatically placed
in their own group on the Quests Shop page in the new client.

* adjust name of Vice and Recidivate quest groups
This commit is contained in:
Alys
2017-08-17 06:02:20 +10:00
committed by negue
parent 0bff37b600
commit 2770650340
2 changed files with 5 additions and 2 deletions

View File

@@ -1054,6 +1054,7 @@ let quests = {
basilist: {
text: t('questBasilistText'),
notes: t('questBasilistNotes'),
group: 'questGroupEarnable',
completion: t('questBasilistCompletion'),
value: 4,
category: 'unlockable',
@@ -2224,6 +2225,7 @@ let quests = {
dustbunnies: {
text: t('questDustBunniesText'),
notes: t('questDustBunniesNotes'),
group: 'questGroupEarnable',
completion: t('questDustBunniesCompletion'),
value: 4,
category: 'unlockable',