Skip to content

Commit

Permalink
Fix Tob Hard Speed Bug (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
J4stMart authored May 2, 2024
1 parent 8c90c4a commit 858bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/data/tob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ const itemBoosts: ItemBoost[][] = [
];

const speedReductionForGear = 16;
const speedReductionForKC = 20;
const speedReductionForKC = 40;
const speedReductionForDarts = 4;

const maxSpeedReductionFromItems = itemBoosts.reduce(
Expand Down

0 comments on commit 858bd9e

Please sign in to comment.