Do not use your brain, do not look at the code, do not engage me (#1818)

This commit is contained in:
CitadelStationBot
2017-06-30 22:21:34 -05:00
committed by kevinz000
parent 3b06da0774
commit d105e57af1
2 changed files with 0 additions and 8 deletions

View File

@@ -290,7 +290,6 @@ GLOBAL_LIST_INIT(admin_verbs_hideable, list(
GLOB.admin_verbs_spawn,
/*Debug verbs added by "show debug verbs"*/
/client/proc/Cell,
/client/proc/do_not_use_these,
/client/proc/camera_view,
/client/proc/sec_camera_report,
/client/proc/intercom_view,

View File

@@ -21,7 +21,6 @@
GLOBAL_PROTECT(admin_verbs_debug_mapping)
GLOBAL_LIST_INIT(admin_verbs_debug_mapping, list(
/client/proc/do_not_use_these, //-errorage
/client/proc/camera_view, //-errorage
/client/proc/sec_camera_report, //-errorage
/client/proc/intercom_view, //-errorage
@@ -58,12 +57,6 @@ GLOBAL_LIST_INIT(admin_verbs_debug_mapping, list(
/obj/effect/debugging/marker/Move()
return 0
/client/proc/do_not_use_these()
set category = "Mapping"
set name = "-None of these are for ingame use!!"
..()
/client/proc/camera_view()
set category = "Mapping"
set name = "Camera Range Display"