fix(incentives): pixel paws, purple background

Also turns off automatic Base Turkey pet award for new users.
This commit is contained in:
Sabe Jones
2016-11-28 20:57:35 +00:00
parent f929d36e1a
commit c7039bc9ea
3 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ module.exports = function getLoginIncentives (api) {
},
},
2: {
rewardKey: ['background_blue'],
rewardKey: ['background_purple'],
reward: [api.backgrounds.incentiveBackgrounds],
assignReward: function assignReward (user) {
user.purchased.background.blue = true;