mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
Update faceAvatar.vue so snowman ACTUALLY shows up (#13911)
This commit is contained in:
parent
bd9754221b
commit
140372a70d
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export default {
|
|||
},
|
||||
visualBuffs () {
|
||||
return {
|
||||
snowball: 'snowman',
|
||||
snowball: `avatar_snowball_${this.member.stats.class}`,
|
||||
spookySparkles: 'ghost',
|
||||
shinySeed: `avatar_floral_${this.member.stats.class}`,
|
||||
seafoam: 'seafoam_star',
|
||||
|
|
|
|||
Loading…
Reference in a new issue