From bb89a103560147de71811a6630f4cb781c40bcdf Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sun, 21 Dec 2014 13:58:47 -0600 Subject: [PATCH] feat(event): Wintery Hair Colors --- views/options/profile.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/views/options/profile.jade b/views/options/profile.jade index cf8fef0e25..715b32072f 100644 --- a/views/options/profile.jade +++ b/views/options/profile.jade @@ -63,6 +63,7 @@ mixin customizeProfile(mobile) button(type='button', ng-if='user.purchased.hair.color.#{color}', class='customize-option hair hair_bangs_1_#{color}', ng-click='unlock("hair.color.#{color}")') +buyPref('hair.color', ['rainbow','yellow','green','purple','blue','TRUred'], 'rainbowColors') +buyPref('hair.color', ['candycorn','ghostwhite','halloween','midnight','pumpkin','zombie'], 'hauntedColors', 'disabled') + +buyPref('hair.color', ['aurora','festive','hollygreen','peppermint','snowy','winterstar'], 'winteryColors') li.customize-menu menu(label=env.t('bodyHair'))