@@ -8,6 +8,7 @@ using Content.Shared.Interaction;
|
|||||||
using Content.Shared.Popups;
|
using Content.Shared.Popups;
|
||||||
using Content.Shared.Tag;
|
using Content.Shared.Tag;
|
||||||
using Robust.Shared.Audio.Systems;
|
using Robust.Shared.Audio.Systems;
|
||||||
|
using Robust.Shared.Serialization;
|
||||||
|
|
||||||
namespace Content.Shared.Emag.Systems;
|
namespace Content.Shared.Emag.Systems;
|
||||||
|
|
||||||
@@ -127,6 +128,7 @@ public sealed class EmagSystem : EntitySystem
|
|||||||
|
|
||||||
|
|
||||||
[Flags]
|
[Flags]
|
||||||
|
[Serializable, NetSerializable]
|
||||||
public enum EmagType : byte
|
public enum EmagType : byte
|
||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
id: EmagUnlimited
|
id: EmagUnlimited
|
||||||
suffix: Unlimited
|
suffix: Unlimited
|
||||||
name: cryptographic sequencer
|
name: cryptographic sequencer
|
||||||
description: The all-in-one hacking solution. The thinking man's lockpick. The iconic EMAG.
|
description: The all-in-one hacking solution. Friend of any syndicate. The iconic EMAG.
|
||||||
components:
|
components:
|
||||||
- type: Emag
|
- type: Emag
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
Reference in New Issue
Block a user