Changed Category

Select Equipment = Admin - Events
This commit is contained in:
peoplearestrange
2020-02-04 04:55:44 +00:00
committed by GitHub
parent 5c18d0c8b6
commit 5930b888da
+1 -1
View File
@@ -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")