mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-29 03:18:27 -05:00
Use stable sprites (#15421)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="pet-background">
|
||||
<Sprite
|
||||
class="mount"
|
||||
:image-name="`Mount_Icon_${mount.key}`"
|
||||
:image-name="`stable_Mount_Icon_${mount.key}`"
|
||||
/>
|
||||
</div>
|
||||
<h4 class="title">
|
||||
|
||||
@@ -19,7 +19,7 @@ export const QuestHelperMixin = {
|
||||
case 'quests':
|
||||
return `inventory_quest_scroll_${drop.key}`;
|
||||
case 'mounts':
|
||||
return `Mount_Icon_${drop.key}`;
|
||||
return `stable_Mount_Icon_${drop.key}`;
|
||||
case 'pets':
|
||||
return `stable_Pet-${drop.key}`;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user