Dwarf minor content (#15082)

* alcohol & body stuff

* vocal changes

* accent

* dumb
This commit is contained in:
Kara
2023-04-02 20:28:49 -07:00
committed by GitHub
parent f1e6bb39ff
commit 22db95faaa
8 changed files with 233 additions and 2 deletions

View 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
{
}