fixes to sabe/tweak #1952 @SabreCat (put gems inline with fortify
button, remove reroll from store)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user