mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Client sept 12 (#9032)
* Removed load all members from challengs * Fixed chalenge member modal loading * Fixed party setting * Fixed chat showing * Fixed armoire drops * Ignored lint issue * Fixed buying old armoir items * Fixed hatching * Fixed pending damage
This commit is contained in:
@@ -5,9 +5,9 @@ export default function createAnimal (egg, potion, type, content, userItems) {
|
||||
key: animalKey,
|
||||
class: type === 'pet' ? `Pet Pet-${animalKey}` : `Mount_Icon_${animalKey}`,
|
||||
eggKey: egg.key,
|
||||
eggName: egg.text(),
|
||||
eggName: egg.text,
|
||||
potionKey: potion.key,
|
||||
potionName: potion.text(),
|
||||
potionName: potion.text,
|
||||
name: content[`${type}Info`][animalKey].text(),
|
||||
isOwned () {
|
||||
return userItems[`${type}s`][animalKey] > 0;
|
||||
|
||||
Reference in New Issue
Block a user