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;
|
||||
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');
|
||||
|
||||
@@ -138,9 +138,7 @@ const wacky = {
|
||||
},
|
||||
TeaShop: {},
|
||||
Fungi: {
|
||||
text: t('hatchingPotionFungi'),
|
||||
limited: true,
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
questPotion: true,
|
||||
canBuy: hasQuestAchievementFunction('fungi'),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user