Skip to content

Commit

Permalink
Orb function fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Solaris333 committed Dec 14, 2023
1 parent 33d213c commit a389cf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion damage/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ window.CrunchUtils.getOrbMultiplier = function(orb, type, uclass, baseMultiplier
}); */

boostedMultiplier = parseFloat(params.customBuffs.orb) != 1 ? parseFloat(params.customBuffs.orb) : boostedMultiplier;
console.log($scope.enabledSpecials);

if(effectName == 'STR Orbs Beneficial'){
if (orb == 'str') return boostedMultiplier;
Expand Down

0 comments on commit a389cf4

Please sign in to comment.