From 4da179b2368a662f8efc6cd5182200b5ffe0671b Mon Sep 17 00:00:00 2001 From: Bm0n <92271472+Bm0n@users.noreply.github.com> Date: Sun, 17 Jul 2022 08:30:43 -0400 Subject: [PATCH] Disable BYOND macros and a few other things users shouldn't have access to. (#18374) * time to die pickup macro * code review --- code/modules/client/client_defines.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/client/client_defines.dm b/code/modules/client/client_defines.dm index 6cb07096628..c03f6649edd 100644 --- a/code/modules/client/client_defines.dm +++ b/code/modules/client/client_defines.dm @@ -41,7 +41,7 @@ var/list/topiclimiter // comment out the line below when debugging locally to enable the options & messages menu - //control_freak = 1 + control_freak = CONTROL_FREAK_ALL var/ssd_warning_acknowledged = FALSE @@ -56,8 +56,6 @@ var/global/obj/screen/click_catcher/void - control_freak = CONTROL_FREAK_ALL | CONTROL_FREAK_SKIN | CONTROL_FREAK_MACROS - var/ip_intel = "Disabled" var/datum/click_intercept/click_intercept = null