Skeleton Accents (#11805)
This commit is contained in:
14
Content.Server/Speech/Components/SkeletonAccentComponent.cs
Normal file
14
Content.Server/Speech/Components/SkeletonAccentComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Rattle me bones!
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class SkeletonAccentComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Chance that the message will be appended with "ACK ACK!"
|
||||
/// </summary>
|
||||
[DataField("ackChance")]
|
||||
public float ackChance = 0.3f; // Funnier if it doesn't happen every single time
|
||||
}
|
||||
Reference in New Issue
Block a user