Disable interactions for entities in storage

This commit is contained in:
DrSmugleaf
2020-07-03 23:57:19 +02:00
parent 7f02d46cb4
commit 81647d696e
51 changed files with 81 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
using Content.Server.GameObjects;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Utility;
using Robust.Shared.Containers;

View File

@@ -1,4 +1,5 @@
using Content.Server.GameObjects;
using Content.Server.GameObjects.Components.Items.Storage;
using Robust.Shared.Interfaces.GameObjects;
namespace Content.Server.AI.Operators.Inventory