mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
chore(bailey): pastel hair
This commit is contained in:
parent
c48e8cd343
commit
2d444c5ccc
2 changed files with 11 additions and 5 deletions
|
|
@ -50,7 +50,7 @@ script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|||
each color in ['candycane','frost','winternight','holly']
|
||||
button(type='button', ng-if='user.purchased.hair.color.#{color}', class='customize-option hair hair_bangs_1_#{color}', style='width: 40px; height: 40px;', ng-click='unlock("hair.color.#{color}")')
|
||||
+colorSelection(['rainbow','yellow','green','purple','blue','TRUred'],env.t('rainbowColors'))
|
||||
+colorSelection(['pblue','pgreen','porange','ppink','ppurple','pyellow'],"Pastel Hair","April")
|
||||
+colorSelection(['pblue','pgreen','porange','ppink','ppurple','pyellow'],"Pastel Hair",env.t('limited30Apr'))
|
||||
|
||||
h5=env.t('bodyHair')
|
||||
// Bangs
|
||||
|
|
|
|||
|
|
@ -12,14 +12,20 @@ script(type='text/ng-template', id='modals/newStuff.html')
|
|||
h3.popover-title
|
||||
a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
|
||||
.popover-content
|
||||
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 April Mystery Item
|
||||
p What could it be? All people who are subscribed during the month of April will receive the April Mystery Item Set! It will be revealed on the 25th, so keep your eyes peeled.
|
||||
small.muted 4/2/2014
|
||||
h5 Limited Edition Pastel Hair Color Set
|
||||
p A new set of hair colors has been released: the Pastel Set! Now your avatar can have flowing locks in Pastel Blue, Pastel Pink, Pastel Purple, Pastel Orange, Pastel Green, or Pastel Yellow! You will only be able to purchase these hair colors until April 30th, so don't miss out!
|
||||
small.muted 4/3/2014
|
||||
|
||||
hr
|
||||
h5 4/2/2014
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
h5 April Mystery Item
|
||||
p What could it be? All people who are subscribed during the month of April will receive the April Mystery Item Set! It will be revealed on the 25th, so keep your eyes peeled.
|
||||
|
||||
hr
|
||||
h5 April F... irst
|
||||
|
|
|
|||
Loading…
Reference in a new issue