make jaws of life not awful (#10770)

This commit is contained in:
Rane
2022-08-31 23:22:25 -04:00
committed by GitHub
parent f6ef097eb2
commit 822c8f3c70
6 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Shared.Tools.Components
{
/// <summary>
/// Tag component to let a tool ignore restrictions on whether devices are powered
/// or not to work.
/// </summary>
[RegisterComponent]
public sealed class ToolForcePoweredComponent : Component
{}
}