Adds cursed lockers that teleport anything inside them to other lockers (#1493)

This commit is contained in:
Víctor Aguilera Puerto
2020-07-26 20:49:41 +02:00
committed by GitHub
parent 804f287ee3
commit b9e1f9283d
9 changed files with 96 additions and 21 deletions

View File

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