mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(content): restore Fungi Potions and Snail Armor
This commit is contained in:
parent
6f65c72921
commit
2080c3f7b8
3 changed files with 9 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 0905b5ef011ee314c9e2e59d15ad54a5892eb810
|
||||
Subproject commit f2e414645243ef625a61db8e1fa173e47fc2f7c5
|
||||
|
|
@ -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'),
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue