Skip to content

Commit

Permalink
fix: compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jul 30, 2024
1 parent 0bdc04a commit 8666b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasp_pickpocketer.simba
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ begin
end;

GearAmount := Equipment.CountGear();
if not Equipment.IsSlotUsed(ERSEquipmentSlot.AMULET) then
if not Equipment.IsSlotUsed(ERSEquipmentSlot.NECK) then
GearAmount += 1;

ActionProfit += Round(ActionProfit * ProfitMultiplier);
Expand Down

0 comments on commit 8666b76

Please sign in to comment.