From 9750e1928a1c7aa9a488e23d1bc510bbdd96d5d6 Mon Sep 17 00:00:00 2001 From: Kara D Date: Sat, 12 Mar 2022 12:00:00 -0700 Subject: [PATCH] Change makeghostrole perms Trialmins can already use VV to do this manually, no reason not to just give them the verb --- Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs index 238c3701b0..1012c94697 100644 --- a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs +++ b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs @@ -9,7 +9,7 @@ using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles { - [AdminCommand(AdminFlags.Fun)] + [AdminCommand(AdminFlags.Admin)] public sealed class MakeGhostRoleCommand : IConsoleCommand { public string Command => "makeghostrole";