mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fortify potion + fix pinning check (#9089)
This commit is contained in:
@@ -299,6 +299,20 @@ module.exports = function getItemInfo (user, type, item, officialPinnedItems, la
|
||||
};
|
||||
break;
|
||||
}
|
||||
case 'fortify': {
|
||||
itemInfo = {
|
||||
key: 'fortify',
|
||||
purchaseType: 'fortify',
|
||||
class: 'inventory_special_fortify',
|
||||
text: i18n.t('fortifyName'),
|
||||
notes: i18n.t('fortifyPop'),
|
||||
value: 4,
|
||||
currency: 'gems',
|
||||
path: 'special.fortify',
|
||||
pinType: 'fortify',
|
||||
};
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (itemInfo) {
|
||||
|
||||
Reference in New Issue
Block a user