#9498: Hide Wolf-Veteran and LionCub-Ethereal (#12292)

This commit is contained in:
Frank Maximus
2020-06-16 19:06:14 +02:00
committed by GitHub
parent 430ff64875
commit d961b8aaaf

View File

@@ -83,8 +83,9 @@ const wackyPets = constructPetOnlySet('wacky', dropEggs, wackyPotions);
const canFindSpecial = {
pets: {
// Veteran Pet Ladder - verifyUserName
'Wolf-Veteran': true,
// Veteran Pet Ladder - awarded on major updates
// https://habitica.fandom.com/wiki/Event_Item_Sequences#Veteran_Pets
'Wolf-Veteran': false,
'Tiger-Veteran': false,
'Lion-Veteran': false,
'Bear-Veteran': false,
@@ -142,7 +143,7 @@ const canFindSpecial = {
'Hippogriff-Hopeful': true,
// Contributor/Backer pets
'LionCub-Ethereal': true, // Backer tier 90
'LionCub-Ethereal': false, // Backer tier 90
'Jackalope-RoyalPurple': true, // subscription
'Gryphon-Gryphatrice': false, // Pet once granted to kickstarter
},