mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix naming
This commit is contained in:
committed by
Sabe Jones
parent
034327f647
commit
a6ff8e095a
@@ -973,6 +973,7 @@ const eyewear = {
|
|||||||
text: t('eyewearSpecialSummerRogueText'),
|
text: t('eyewearSpecialSummerRogueText'),
|
||||||
notes: t('eyewearSpecialSummerRogueNotes'),
|
notes: t('eyewearSpecialSummerRogueNotes'),
|
||||||
value: 20,
|
value: 20,
|
||||||
|
season: 'summer',
|
||||||
},
|
},
|
||||||
summerWarrior: {
|
summerWarrior: {
|
||||||
specialClass: 'warrior',
|
specialClass: 'warrior',
|
||||||
@@ -980,6 +981,7 @@ const eyewear = {
|
|||||||
text: t('eyewearSpecialSummerWarriorText'),
|
text: t('eyewearSpecialSummerWarriorText'),
|
||||||
notes: t('eyewearSpecialSummerWarriorNotes'),
|
notes: t('eyewearSpecialSummerWarriorNotes'),
|
||||||
value: 20,
|
value: 20,
|
||||||
|
season: 'summer',
|
||||||
},
|
},
|
||||||
blackTopFrame: {
|
blackTopFrame: {
|
||||||
gearSet: 'glasses',
|
gearSet: 'glasses',
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ Object.defineProperty(api, 'hatchingPotions', {
|
|||||||
enumerable: true,
|
enumerable: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
Object.defineProperty(api, 'dropPets', {
|
Object.defineProperty(api, 'pets', {
|
||||||
get () { return stable.dropPets; },
|
get () { return stable.dropPets; },
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
});
|
});
|
||||||
@@ -238,7 +238,7 @@ Object.defineProperty(api, 'petInfo', {
|
|||||||
enumerable: true,
|
enumerable: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
Object.defineProperty(api, 'dropMounts', {
|
Object.defineProperty(api, 'mounts', {
|
||||||
get () { return stable.dropMounts; },
|
get () { return stable.dropMounts; },
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user