diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.cs b/Content.Server/Administration/Systems/AdminVerbSystem.cs index 2c1d698e9e..300dec0386 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.cs @@ -216,7 +216,7 @@ namespace Content.Server.Administration.Systems } // XenoArcheology - if (TryComp(args.Target, out var artifact)) + if (_adminManager.IsAdmin(player) && TryComp(args.Target, out var artifact)) { // make artifact always active (by adding timer trigger) args.Verbs.Add(new Verb()