Add cactus veteran pet

This commit is contained in:
Phillip Thelen
2024-05-13 14:56:04 +02:00
parent 246cc25b6d
commit e006f3f7de
3 changed files with 7 additions and 0 deletions

View File

@@ -69375,6 +69375,11 @@
width: 81px;
height: 99px;
}
.Pet-Cactus-Veteran {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet-Cactus-Veteran.png');
width: 81px;
height: 99px;
}
.Pet-Cactus-VirtualPet {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet-Cactus-VirtualPet.png');
width: 81px;

View File

@@ -28,6 +28,7 @@ export default {
'Gryphon-Gryphatrice',
'Gryphatrice-Jubilant',
'JackOLantern-RoyalPurple',
'Cactus-Veteran',
];
const BASE_PETS = [
'Wolf',

View File

@@ -93,6 +93,7 @@ const canFindSpecial = {
'Bear-Veteran': false,
'Fox-Veteran': false,
'Dragon-Veteran': false,
'Cactus-Veteran': false,
// Thanksgiving pet ladder
'Turkey-Base': false,