fixes to sabe/tweak #1952 @SabreCat (put gems inline with fortify

button, remove reroll from store)
This commit is contained in:
Tyler Renelle
2013-12-08 09:38:24 -07:00
parent dd8b38ca04
commit 4d3a359d6b
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User', '
/* Figure out whether we wanna put this in habitrpg-shared
*/
sorted = [updated.weapon, updated.armor, updated.head, updated.shield, updated.potion, updated.reroll];
sorted = [updated.weapon, updated.armor, updated.head, updated.shield, updated.potion];
$scope.itemStore = sorted;
}