mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(spoilers): don't reveal quest boss rewards
This commit is contained in:
parent
5987145b86
commit
10b978da4e
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ let specialPets = {
|
|||
'Jackalope-RoyalPurple': 'royalPurpleJackalope',
|
||||
'Orca-Base': 'orca',
|
||||
'Bear-Veteran': 'veteranBear',
|
||||
'Hippogriff-Hopeful': 'hopefulHippogriffPet',
|
||||
// 'Hippogriff-Hopeful': 'hopefulHippogriffPet',
|
||||
};
|
||||
|
||||
let specialMounts = {
|
||||
|
|
@ -88,7 +88,7 @@ let specialMounts = {
|
|||
'Jackalope-RoyalPurple': 'royalPurpleJackalope',
|
||||
'Aether-Invisible': 'invisibleAether',
|
||||
'JackOLantern-Ghost': 'ghostJackolantern',
|
||||
'Hippogriff-Hopeful': 'hopefulHippogriffMount',
|
||||
// 'Hippogriff-Hopeful': 'hopefulHippogriffMount',
|
||||
};
|
||||
|
||||
each(specialPets, (translationString, key) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue