Skip to content

Commit

Permalink
need spaces in certain weapon type names
Browse files Browse the repository at this point in the history
  • Loading branch information
asiansteev committed Jun 30, 2015
1 parent 788c353 commit 0c10992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/shell/dimSearchFilter.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
special = 'elemental';
} else if (['primary', 'special', 'heavy', 'helmet', 'leg', 'gauntlets', 'chest', 'class', 'classitem'].indexOf(filterResult) >= 0) {
special = 'type';
} else if (['scoutrifle', 'pulserifle', 'autorifle', 'handcannon', 'shotgun', 'sidearm', 'sniperrifle', 'fusionrifle', 'machinegun', 'rocketlauncher'].indexOf(filterResult) >= 0) {
} else if (['scout rifle', 'pulse rifle', 'auto rifle', 'hand cannon', 'shotgun', 'sidearm', 'sniper rifle', 'fusion rifle', 'machine gun', 'rocket launcher'].indexOf(filterResult) >= 0) {
special = 'weapontype';
} else if (['common', 'uncommon', 'rare', 'legendary', 'exotic'].indexOf(filterResult) >= 0) {
special = 'tier';
Expand Down

0 comments on commit 0c10992

Please sign in to comment.