mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(content): restore Fungi Potions and Snail Armor
This commit is contained in:
Submodule habitica-images updated: 0905b5ef01...f2e4146452
@@ -45857,11 +45857,6 @@
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.slim_armor__special_summer2024Healer {
|
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor__special_summer2024Healer.png');
|
|
||||||
width: 114px;
|
|
||||||
height: 90px;
|
|
||||||
}
|
|
||||||
.slim_armor_mystery_202406 {
|
.slim_armor_mystery_202406 {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202406.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202406.png');
|
||||||
width: 114px;
|
width: 114px;
|
||||||
@@ -46047,6 +46042,11 @@
|
|||||||
width: 114px;
|
width: 114px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
}
|
}
|
||||||
|
.slim_armor_special_summer2024Healer {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_special_summer2024Healer.png');
|
||||||
|
width: 114px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
.slim_armor_special_summer2024Mage {
|
.slim_armor_special_summer2024Mage {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_special_summer2024Mage.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_special_summer2024Mage.png');
|
||||||
width: 114px;
|
width: 114px;
|
||||||
@@ -51272,8 +51272,8 @@
|
|||||||
}
|
}
|
||||||
.inventory_quest_scroll_chameleon {
|
.inventory_quest_scroll_chameleon {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/inventory_quest_scroll_chameleon.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/inventory_quest_scroll_chameleon.png');
|
||||||
width: 60px;
|
width: 68px;
|
||||||
height: 60px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.inventory_quest_scroll_cheetah {
|
.inventory_quest_scroll_cheetah {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/inventory_quest_scroll_cheetah.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/inventory_quest_scroll_cheetah.png');
|
||||||
|
|||||||
@@ -138,9 +138,7 @@ const wacky = {
|
|||||||
},
|
},
|
||||||
TeaShop: {},
|
TeaShop: {},
|
||||||
Fungi: {
|
Fungi: {
|
||||||
text: t('hatchingPotionFungi'),
|
questPotion: true,
|
||||||
limited: true,
|
|
||||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
|
||||||
canBuy: hasQuestAchievementFunction('fungi'),
|
canBuy: hasQuestAchievementFunction('fungi'),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user