diff --git a/src/app/character.coffee b/src/app/character.coffee index 6496a1a631..320791fa31 100644 --- a/src/app/character.coffee +++ b/src/app/character.coffee @@ -112,7 +112,7 @@ userSchema = stats: { gp: 0, exp: 0, lvl: 1, hp: 50 } party: { current: null, invitation: null } items: { weapon: 0, armor: 0, head: 0, shield: 0 } - preferences: { gender: 'm', skin: 'white', hair: 'blond', armorSet: 'v1', dayStart:0 } + preferences: { gender: 'm', skin: 'white', hair: 'blond', armorSet: 'v1', dayStart:0, showHelm: true } habitIds: [] dailyIds: [] todoIds: [] diff --git a/views/app/avatar.html b/views/app/avatar.html index 8cf756a837..d39b5c57f4 100644 --- a/views/app/avatar.html +++ b/views/app/avatar.html @@ -31,7 +31,11 @@ - + {#if :p.showHelm} + + {else} + + {/} {/} @@ -52,10 +56,14 @@