Dwarf minor content (#15082)
* alcohol & body stuff * vocal changes * accent * dumb
This commit is contained in:
9
Content.Server/Speech/Components/DwarfAccentComponent.cs
Normal file
9
Content.Server/Speech/Components/DwarfAccentComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Used for replacing words for dwarves (pseudo-scottish)
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class DwarfAccentComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user