mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 10:14:11 +00:00
Fix seasonal npc sprite
This commit is contained in:
parent
31e4c51c3f
commit
46d164ddd1
2 changed files with 3 additions and 17 deletions
|
|
@ -40,7 +40,6 @@
|
|||
<div class="featuredItems">
|
||||
<div
|
||||
class="background"
|
||||
:class="{opened: seasonal.opened}"
|
||||
:style="{'background-image': imageURLs.background}"
|
||||
>
|
||||
<div
|
||||
|
|
@ -54,20 +53,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-if="!seasonal.opened"
|
||||
class="content"
|
||||
>
|
||||
<div class="featured-label with-border closed">
|
||||
<span class="rectangle"></span>
|
||||
<span
|
||||
class="text"
|
||||
v-html="seasonal.notes"
|
||||
></span>
|
||||
<span class="rectangle"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-else-if="seasonal.featured.items.length !== 0"
|
||||
v-if="seasonal.featured.items.length !== 0"
|
||||
class="content"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -2934,8 +2934,8 @@
|
|||
"shieldArmoireHappyThoughtsNotes": "Whether you're remembering a joyful moment from your past or imagining the best outcome for the future, always look on the bright side of life. Increases all stats by <%= attrs %> each. Enchanted Armoire: Optimist Set (Item 3 of 4).",
|
||||
"shieldArmoireThrownVesselText": "Thrown Vessel",
|
||||
"shieldArmoireThrownVesselNotes": "You know what they say: practice makes progress. And this is the best one you’ve made so far! Increases Constitution by <%= con %>. Enchanted Armoire: Potter Set (Item 3 of 4).",
|
||||
"shieldArmoireBuoyantBeachballText": "Beachball",
|
||||
"shieldArmoireBuoyantBeachballNotes": "Got too many balls up in the air already? Here’s one that you can safely set down, roll, bounce and bounce and bounce… Increases Strength by <%= str %>. Enchanted Armoire: Beachside Set (Item 4 of 4).",
|
||||
"shieldArmoireBuoyantBeachBallText": "Beachball",
|
||||
"shieldArmoireBuoyantBeachBallNotes": "Got too many balls up in the air already? Here’s one that you can safely set down, roll, bounce and bounce and bounce… Increases Strength by <%= str %>. Enchanted Armoire: Beachside Set (Item 4 of 4).",
|
||||
|
||||
"back": "Back Accessory",
|
||||
"backBase0Text": "No Back Accessory",
|
||||
|
|
|
|||
Loading…
Reference in a new issue