mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
refactor(content): concatenate notes
This commit is contained in:
@@ -70,8 +70,7 @@ shops.getMarketCategories = function getMarket (user, language) {
|
||||
return {
|
||||
key: premiumHatchingPotion.key,
|
||||
text: premiumHatchingPotion.text(language),
|
||||
notes: premiumHatchingPotion.notes(language),
|
||||
addlNotes: premiumHatchingPotion.addlNotes(language),
|
||||
notes: `${premiumHatchingPotion.notes(language)} ${premiumHatchingPotion._addlNotes(language)}`,
|
||||
class: `Pet_HatchingPotion_${premiumHatchingPotion.key}`,
|
||||
value: premiumHatchingPotion.value,
|
||||
locked: false,
|
||||
|
||||
Reference in New Issue
Block a user