Disable BYOND macros and a few other things users shouldn't have access to. (#18374)

* time to die pickup macro

* code review
This commit is contained in:
Bm0n
2022-07-17 13:30:43 +01:00
committed by GitHub
parent 3f48ad2111
commit 4da179b236
+1 -3
View File
@@ -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