Remove AlertType and AlertCategory (#27933)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using Content.Shared.Movement.Pulling.Systems;
|
||||
using Content.Shared.Alert;
|
||||
using Content.Shared.Movement.Pulling.Systems;
|
||||
using Robust.Shared.GameStates;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
|
||||
|
||||
namespace Content.Shared.Movement.Pulling.Components;
|
||||
@@ -38,4 +40,7 @@ public sealed partial class PullerComponent : Component
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool NeedsHands = true;
|
||||
|
||||
[DataField]
|
||||
public ProtoId<AlertPrototype> PullingAlert = "Pulling";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user