Update faceAvatar.vue so snowman ACTUALLY shows up (#13911)

This commit is contained in:
citrusella
2022-03-31 16:39:53 -04:00
committed by GitHub
parent bd9754221b
commit 140372a70d

View File

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