feat(customize): Animal skins and ears

Implements a base-pet-themed set of avatar skins and head accessories, the latter of which has additional handling for the user to purchase them from the Avatar Customization page.
This commit is contained in:
Sabe Jones
2015-05-13 11:19:08 -05:00
parent 4050e9ad0c
commit 29109051d7
41 changed files with 88 additions and 32 deletions

View File

@@ -198,7 +198,8 @@ module.exports.locals = function(req, res, next) {
Content: shared.content,
mods: require('./models/user').mods,
tavern: tavern, // for world boss
worldDmg: (tavern && tavern.quest && tavern.quest.extra && tavern.quest.extra.worldDmg) || {}
worldDmg: (tavern && tavern.quest && tavern.quest.extra && tavern.quest.extra.worldDmg) || {},
_: _
});
// Put query-string party (& guild but use partyInvite for backward compatibility)