mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Add cactus veteran pet
This commit is contained in:
@@ -69375,6 +69375,11 @@
|
|||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
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 {
|
.Pet-Cactus-VirtualPet {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet-Cactus-VirtualPet.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet-Cactus-VirtualPet.png');
|
||||||
width: 81px;
|
width: 81px;
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ export default {
|
|||||||
'Gryphon-Gryphatrice',
|
'Gryphon-Gryphatrice',
|
||||||
'Gryphatrice-Jubilant',
|
'Gryphatrice-Jubilant',
|
||||||
'JackOLantern-RoyalPurple',
|
'JackOLantern-RoyalPurple',
|
||||||
|
'Cactus-Veteran',
|
||||||
];
|
];
|
||||||
const BASE_PETS = [
|
const BASE_PETS = [
|
||||||
'Wolf',
|
'Wolf',
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ const canFindSpecial = {
|
|||||||
'Bear-Veteran': false,
|
'Bear-Veteran': false,
|
||||||
'Fox-Veteran': false,
|
'Fox-Veteran': false,
|
||||||
'Dragon-Veteran': false,
|
'Dragon-Veteran': false,
|
||||||
|
'Cactus-Veteran': false,
|
||||||
|
|
||||||
// Thanksgiving pet ladder
|
// Thanksgiving pet ladder
|
||||||
'Turkey-Base': false,
|
'Turkey-Base': false,
|
||||||
|
|||||||
Reference in New Issue
Block a user