Files
crystall-punk-14/Content.Server/_CP14/Roles/CP14SociopathRoleComponent.cs
Ed 5bcc378bbe Clean up, increase build stability (#583)
* Update base.yml

* bandit -> sociopath

* some fixes

* syringe

* vaults

* Update ContentAudioSystem.CP14AmbientLoop.cs
2024-11-13 17:56:07 +03:00

12 lines
270 B
C#

using Content.Shared.Roles;
namespace Content.Server._CP14.Roles;
/// <summary>
/// Added to mind role entities to tag that they are a sociopath.
/// </summary>
[RegisterComponent]
public sealed partial class CP14SociopathRoleComponent : BaseMindRoleComponent
{
}