Add bleating accent to goats (#34273)

This commit is contained in:
Tayrtahn
2025-01-07 20:00:20 -05:00
committed by GitHub
parent 90b46699f6
commit 23f0b304f2
7 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Server.Speech.Components;
/// <summary>
/// Makes this entity speak like a sheep or a goat in all chat messages it sends.
/// </summary>
[RegisterComponent]
public sealed partial class BleatingAccentComponent : Component { }