Auto comp (#6416)
This commit is contained in:
@@ -12,8 +12,6 @@ namespace Content.Server.Interaction.Components
|
||||
{
|
||||
[Dependency] private readonly IRobustRandom _random = default!;
|
||||
|
||||
public override string Name => "Clumsy";
|
||||
|
||||
public bool RollClumsy(float chance)
|
||||
{
|
||||
return Running && _random.Prob(chance);
|
||||
|
||||
Reference in New Issue
Block a user