Revert "add breakers to power batteries" (#17632)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using Content.Server.Power.EntitySystems;
|
||||
|
||||
namespace Content.Server.Power.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(BreakerSystem))]
|
||||
public sealed class BreakerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Once power supplied exceeds this limit the breaker will pop.
|
||||
/// </summary>
|
||||
[DataField("limit", required: true), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Limit;
|
||||
}
|
||||
Reference in New Issue
Block a user