Files
tbd-station-14/Content.Server/Speech/Components/MobsterAccentComponent.cs
Kara cbd5abb698 Mobster accents for rat king/servants (#8927)
* basically perfect

* oops

* huh

* new substitutions from retequizzle, rane, and olddancejacket + crown accent

* fixes
2022-06-17 19:36:19 -07:00

16 lines
339 B
C#

namespace Content.Server.Speech.Components;
/// <summary>
/// Nyehh, my gabagool, see?
/// Etc etc.
/// </summary>
[RegisterComponent]
public sealed class MobsterAccentComponent : Component
{
/// <summary>
/// Do you make all the rules?
/// </summary>
[DataField("isBoss")]
public bool IsBoss = true;
}