Make wearing an Ushanka also apply accent to your name (#29111)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Content.Server.Speech.EntitySystems;
|
||||
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Applies any accent components on this item to the name of the wearer while worn.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(AccentWearerNameClothingSystem))]
|
||||
public sealed partial class AccentWearerNameClothingComponent : Component;
|
||||
Reference in New Issue
Block a user