Add French accent beret (#21430)

This commit is contained in:
brainfood1183
2024-02-15 00:52:24 +00:00
committed by GitHub
parent 2f0c837816
commit e1805e04d4
10 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using Content.Server.Speech.EntitySystems;
namespace Content.Server.Speech.Components;
/// <summary>
/// French accent replaces spoken letters. "th" becomes "z" and "H" at the start of a word becomes "'".
/// </summary>
[RegisterComponent]
[Access(typeof(FrenchAccentSystem))]
public sealed partial class FrenchAccentComponent : Component
{ }