From 458487a07c837de8b3d76bcfcf8d6f4890e7465c Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sun, 19 Feb 2023 06:44:53 +1300 Subject: [PATCH] Fix artifact verb permissions (#14163) --- Content.Server/Administration/Systems/AdminVerbSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()