Files
wwdpublic/Content.Shared/_Shitmed/Surgery/NoScreamComponent.cs
2025-04-20 11:15:45 +07:00

11 lines
335 B
C#

using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
namespace Content.Shared._Shitmed.Medical.Surgery;
/// <summary>
/// Prevents the entity from screaming during surgery without having to be asleep.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class NoScreamComponent : Component { }