Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ protected CircleCraftDetails GetCircleCraftingInfo(
var matchingThreshold = GetMatchingThreshold(circleConfig.CraftTimeThresholds, rewardAmountRoubles);
if (
rewardAmountRoubles >= circleConfig.HideoutCraftSacrificeThresholdRub
&& random.Next(0, 1) <= circleConfig.BonusChanceMultiplier
&& random.NextDouble() <= circleConfig.BonusChanceMultiplier
)
{
// Sacrifice amount is enough + passed 25% check to get hideout/task rewards
Expand Down
Loading