mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix naming
This commit is contained in:
committed by
Sabe Jones
parent
034327f647
commit
1fb44bbe73
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user