diff --git a/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactCrusherSystem.cs b/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactCrusherSystem.cs index de417d087a..7d6f2785c6 100644 --- a/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactCrusherSystem.cs +++ b/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactCrusherSystem.cs @@ -41,7 +41,7 @@ public sealed class ArtifactCrusherSystem : SharedArtifactCrusherSystem if (!TryComp(ent, out var entityStorageComp) || entityStorageComp.Contents.ContainedEntities.Count == 0) return; - if (entityStorageComp.Contents.Contains(args.User) || !this.IsPowered(ent, EntityManager)) + if (!this.IsPowered(ent, EntityManager)) return; var verb = new AlternativeVerb