From a0e4908d372f38622e78007dc3b2593b03f46e79 Mon Sep 17 00:00:00 2001 From: Mr_DarkBladeS <48252701+MysticalFaceLesS@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:45:38 +0200 Subject: [PATCH] HotFix: buttons --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index f835926652..1e8cb7e04c 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -734,7 +734,7 @@ var/list/admin_verbs_mentors = list( SSstatistics.add_field_details("admin_verb","CMAS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/change_security_level() - set name = "Fun" + set name = "Set security level" set desc = "Sets the security level" set category = "Fun"