Skip to content

Commit

Permalink
Added support for sidearms
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburnedGoose committed May 19, 2015
1 parent 27417a5 commit 34304ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/services/dimStoreService.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
}

function sortItem(type) {
if (["Pulse Rifle", "Sniper Rifle", "Shotgun", "Scout Rifle", "Sidebarm", "Hand Cannon", "Fusion Rifle", "Rocket Launcher", "Auto Rifle", "Machine Gun", "Primary Weapon Engram", "Special Weapon Engram", "Heavy Weapon Engram"].indexOf(type) != -1)
if (["Pulse Rifle", "Sniper Rifle", "Shotgun", "Scout Rifle", "Sidearm", "Hand Cannon", "Fusion Rifle", "Rocket Launcher", "Auto Rifle", "Machine Gun", "Primary Weapon Engram", "Special Weapon Engram", "Heavy Weapon Engram"].indexOf(type) != -1)
return 'Weapons';
if (["Titan Mark", "Hunter Cloak", "Warlock Bond", "Helmet Engram", "Leg Armor Engram", "Body Armor Engram", "Gauntlet Engram", "Gauntlets", "Helmet", "Chest Armor", "Leg Armor", "Class Item Engram"].indexOf(type) != -1)
return 'Armor';
Expand Down

0 comments on commit 34304ad

Please sign in to comment.