mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Use stable sprites (#15421)
This commit is contained in:
parent
41bbc475ab
commit
0eaee9b1e4
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="pet-background">
|
<div class="pet-background">
|
||||||
<Sprite
|
<Sprite
|
||||||
class="mount"
|
class="mount"
|
||||||
:image-name="`Mount_Icon_${mount.key}`"
|
:image-name="`stable_Mount_Icon_${mount.key}`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h4 class="title">
|
<h4 class="title">
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ export const QuestHelperMixin = {
|
||||||
case 'quests':
|
case 'quests':
|
||||||
return `inventory_quest_scroll_${drop.key}`;
|
return `inventory_quest_scroll_${drop.key}`;
|
||||||
case 'mounts':
|
case 'mounts':
|
||||||
return `Mount_Icon_${drop.key}`;
|
return `stable_Mount_Icon_${drop.key}`;
|
||||||
case 'pets':
|
case 'pets':
|
||||||
return `stable_Pet-${drop.key}`;
|
return `stable_Pet-${drop.key}`;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue