tavern: show zzz's if they're checked in

This commit is contained in:
Tyler Renelle 2013-05-10 12:25:24 +01:00
parent 73e029d63e
commit be3b71be39
2 changed files with 7 additions and 0 deletions

View file

@ -28,3 +28,9 @@
#market-tab
position relative
height 500px
.zzz
background: url('/img/sprites/shop_sprites.png') no-repeat
background-position: -1200px 0px
width: 40px
height: 40px

View file

@ -30,6 +30,7 @@
">
<div class='character-sprites'>
{#with @profile.preferences as :p}
<span class='{#if @profile.flags.rest}zzz{/}'></span>
<span class='{:p.gender}_skin_{:p.skin}'></span>
<span class='{:p.gender}_hair_{:p.hair}'></span>
<span class="{equipped('armor', @profile.items.armor, @profile.preferences, @profile.backer.tier)}"></span>