Add uplink implant (#15728)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-04-29 09:07:50 +00:00
committed by GitHub
parent 3e2ffcc02d
commit 2eaec2d528
12 changed files with 105 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
using Content.Server.Actions;
using Content.Server.Administration.Logs;
using Content.Server.Stack;
using Content.Server.Store.Components;
using Content.Server.UserInterface;
using Content.Shared.Actions.ActionTypes;
using Content.Shared.FixedPoint;
using Content.Shared.Hands.EntitySystems;
@@ -8,8 +10,6 @@ using Content.Shared.Store;
using Content.Shared.Database;
using Robust.Server.GameObjects;
using System.Linq;
using Content.Server.Stack;
using Content.Server.UserInterface;
namespace Content.Server.Store.Systems;