ECS Arcade Machines (#16791)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Server.Arcade.Components;
|
||||
using Content.Server.Arcade.SpaceVillain;
|
||||
using Content.Server.Wires;
|
||||
using Content.Shared.Arcade;
|
||||
using Content.Shared.Wires;
|
||||
@@ -9,7 +9,7 @@ public sealed class ArcadeOverflowWireAction : BaseToggleWireAction
|
||||
{
|
||||
public override Color Color { get; set; } = Color.Red;
|
||||
public override string Name { get; set; } = "wire-name-arcade-overflow";
|
||||
|
||||
|
||||
public override object? StatusKey { get; } = SharedSpaceVillainArcadeComponent.Indicators.HealthLimiter;
|
||||
|
||||
public override void ToggleValue(EntityUid owner, bool setting)
|
||||
|
||||
Reference in New Issue
Block a user