Make wearing an Ushanka also apply accent to your name (#29111)

This commit is contained in:
Tayrtahn
2024-06-17 14:03:55 -04:00
committed by GitHub
parent efbcce21bd
commit e5a85e2a13
4 changed files with 52 additions and 0 deletions

View File

@@ -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;