Mobster accents for rat king/servants (#8927)

* basically perfect

* oops

* huh

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

* fixes
This commit is contained in:
Kara
2022-06-17 19:36:19 -07:00
committed by GitHub
parent 1c343f9e00
commit cbd5abb698
5 changed files with 119 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
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;
}