From 5930b888da42cb6d7aa4c154417f72e190132b98 Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 04:55:44 +0000 Subject: [PATCH] Changed Category Select Equipment = Admin - Events --- code/modules/admin/verbs/debug.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 0f2816d6cc1..bfc79c19bcf 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -492,7 +492,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that cmd_admin_areatest(FALSE) /client/proc/cmd_admin_dress(mob/M in GLOB.mob_list) - set category = "Fun" + set category = "Admin - Events" set name = "Select equipment" if(!(ishuman(M) || isobserver(M))) alert("Invalid mob")