fix(migration): couple of vet pet issues

This commit is contained in:
Sabe Jones 2024-06-17 14:45:57 -05:00
parent 28491cb01d
commit a55ede9175
2 changed files with 6 additions and 1 deletions

View file

@ -109,7 +109,7 @@ async function updateUser (user) {
return await User.updateOne(
{ _id: user._id },
{ $set: set, $push: push },
{ $set: set, $push: push, $inc: { balance: 6 } },
).exec();
}

View file

@ -50210,6 +50210,11 @@
width: 28px;
height: 28px;
}
.icon_pet_veteran_cactus {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_pet_veteran_cactus.png');
width: 68px;
height: 68px;
}
.icon_pet_veteran_dragon {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_pet_veteran_dragon.png');
width: 28px;