mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix naming
This commit is contained in:
parent
034327f647
commit
a6ff8e095a
2 changed files with 4 additions and 2 deletions
|
|
@ -973,6 +973,7 @@ const eyewear = {
|
|||
text: t('eyewearSpecialSummerRogueText'),
|
||||
notes: t('eyewearSpecialSummerRogueNotes'),
|
||||
value: 20,
|
||||
season: 'summer',
|
||||
},
|
||||
summerWarrior: {
|
||||
specialClass: 'warrior',
|
||||
|
|
@ -980,6 +981,7 @@ const eyewear = {
|
|||
text: t('eyewearSpecialSummerWarriorText'),
|
||||
notes: t('eyewearSpecialSummerWarriorNotes'),
|
||||
value: 20,
|
||||
season: 'summer',
|
||||
},
|
||||
blackTopFrame: {
|
||||
gearSet: 'glasses',
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ Object.defineProperty(api, 'hatchingPotions', {
|
|||
enumerable: true,
|
||||
});
|
||||
|
||||
Object.defineProperty(api, 'dropPets', {
|
||||
Object.defineProperty(api, 'pets', {
|
||||
get () { return stable.dropPets; },
|
||||
enumerable: true,
|
||||
});
|
||||
|
|
@ -238,7 +238,7 @@ Object.defineProperty(api, 'petInfo', {
|
|||
enumerable: true,
|
||||
});
|
||||
|
||||
Object.defineProperty(api, 'dropMounts', {
|
||||
Object.defineProperty(api, 'mounts', {
|
||||
get () { return stable.dropMounts; },
|
||||
enumerable: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue