feat(spring): Fling

This commit is contained in:
Sabe Jones
2015-03-20 14:56:00 -05:00
parent fa2c44a9c7
commit f3f5669ab2
57 changed files with 120 additions and 26 deletions

View File

@@ -228,7 +228,7 @@ habitrpg.controller("InventoryCtrl",
var questArray = _.toArray(Content.quests);
var filteredArray = _.filter(questArray, function(q){
return q.key == "evilsanta" || q.key == "evilsanta2";
return q.key == "egg";
});
return filteredArray;