Southern accent (#26543)

* created the AccentComponent and the AccentSystem

* word replacement schtuhff

* made it a trait fr ongg!!1

* Update Content.Server/Speech/EntitySystems/SouthernAccentSystem.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
UBlueberry
2024-03-31 00:39:40 -04:00
committed by GitHub
parent 32bd6630ef
commit 6b7427e3ee
6 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using Content.Server.Speech.EntitySystems;
namespace Content.Server.Speech.Components;
[RegisterComponent]
[Access(typeof(SouthernAccentSystem))]
public sealed partial class SouthernAccentComponent : Component
{ }