fix(content): restore Fungi Potions and Snail Armor

This commit is contained in:
Sabe Jones
2024-06-21 11:56:01 -05:00
parent 6f65c72921
commit 2080c3f7b8
3 changed files with 9 additions and 11 deletions

View File

@@ -45857,11 +45857,6 @@
width: 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 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202406.png');
width: 114px;
@@ -46047,6 +46042,11 @@
width: 114px;
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 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_special_summer2024Mage.png');
width: 114px;
@@ -51272,8 +51272,8 @@
}
.inventory_quest_scroll_chameleon {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/inventory_quest_scroll_chameleon.png');
width: 60px;
height: 60px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_cheetah {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/inventory_quest_scroll_cheetah.png');

View File

@@ -138,9 +138,7 @@ const wacky = {
},
TeaShop: {},
Fungi: {
text: t('hatchingPotionFungi'),
limited: true,
_addlNotes: t('premiumPotionUnlimitedNotes'),
questPotion: true,
canBuy: hasQuestAchievementFunction('fungi'),
},
};