Do not use your brain, do not look at the code, do not engage me

This commit is contained in:
oranges
2017-06-28 02:44:22 +00:00
parent 27276ca3bb
commit fef015feb0
2 changed files with 0 additions and 8 deletions

View File

@@ -283,7 +283,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"