mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user