mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(event): potions and bears
This commit is contained in:
parent
86fce69928
commit
f7e9b467a5
4 changed files with 7 additions and 4 deletions
|
|
@ -478,25 +478,25 @@
|
|||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Bear-Aurora {
|
||||
.Pet-Bear-Veteran {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-main-24.png');
|
||||
background-position: -820px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Bear-Veteran {
|
||||
.Pet-BearCub-Amber {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-main-24.png');
|
||||
background-position: -820px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-BearCub-Amber {
|
||||
.Pet-BearCub-Aquatic {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-main-24.png');
|
||||
background-position: -820px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-BearCub-Aquatic {
|
||||
.Pet-BearCub-Aurora {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-main-24.png');
|
||||
background-position: -820px -300px;
|
||||
width: 81px;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 178 KiB |
|
|
@ -272,6 +272,9 @@ each(premium, (pot, key) => {
|
|||
notes: t('hatchingPotionNotes', {
|
||||
potText: pot.text,
|
||||
}),
|
||||
_addlNotes: t('eventAvailability', {
|
||||
date: t(`dateEnd${pot._season}`),
|
||||
}),
|
||||
premium: true,
|
||||
limited: false,
|
||||
canBuy () {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Loading…
Reference in a new issue