fix(event): potions and bears

This commit is contained in:
Sabe Jones
2019-12-20 10:12:45 -06:00
parent 86fce69928
commit f7e9b467a5
4 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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 () {

View File

Before

Width:  |  Height:  |  Size: 966 B

After

Width:  |  Height:  |  Size: 966 B