[MIRROR] Remove code/__DEFINES/misc.dm [MDB IGNORE] (#10945)

* Remove code/__DEFINES/misc.dm

* agagagagagaga

Co-authored-by: Tim <timothymtorres@gmail.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-27 02:40:25 +00:00
committed by GitHub
co-authored by Tim Gandalf
parent c8102e7abc
commit ec6ddbe758
59 changed files with 795 additions and 574 deletions
@@ -1,12 +1,4 @@
//SEC_LEVEL_GREEN = code green
//SEC_LEVEL_BLUE = code blue
//SEC_LEVEL_RED = code red
//SEC_LEVEL_DELTA = code delta
//config.alert_desc_blue_downto
//SKYRAT EDIT REMOVAL BEGIN - ALERTS (moved to modular)
/*
/* SKYRAT EDIT REMOVAL BEGIN
/proc/set_security_level(level)
switch(level)
if("green")
@@ -89,5 +81,6 @@
return SEC_LEVEL_RED
if("delta")
return SEC_LEVEL_DELTA
*/
//SKYRAT EDIT END