Skip to content

Commit 6e4d957

Browse files
committed
update: Decrease silent round probability
1 parent f44c42d commit 6e4d957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace SpecialRoundAPI.Configs;
22

33
public record SilentRoundConfig : SpecialRoundConfig {
4-
public override float Weight { get; init; } = 0.5f;
4+
public override float Weight { get; init; } = 0.2f;
55
}

0 commit comments

Comments
 (0)