make throw insert container code more clear (#36873)
make throw insert container more clear
This commit is contained in:
@@ -16,7 +16,7 @@ public sealed partial class ThrowInsertContainerComponent : Component
|
||||
/// Throw chance of hitting into the container
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float Probability = 0.75f;
|
||||
public float Probability = 0.25f;
|
||||
|
||||
/// <summary>
|
||||
/// Sound played when an object is throw into the container.
|
||||
|
||||
Reference in New Issue
Block a user