Fixes radio MMIs turning exofabs into radios.

Also removed the obsolete GLOBAL_RADIO_TYPE variable.
This commit is contained in:
Miauw
2014-09-20 15:19:29 +02:00
parent 86bd60aed7
commit e66f74439a
4 changed files with 2 additions and 37 deletions
-14
View File
@@ -508,20 +508,6 @@ var/global/list/g_fancy_list_of_safe_types = null
qdel(adminmob)
feedback_add_details("admin_verb","ADC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_switch_radio()
set category = "Debug"
set name = "Switch Radio Mode"
set desc = "Toggle between normal radios and experimental radios. Have a coder present if you do this."
GLOBAL_RADIO_TYPE = !GLOBAL_RADIO_TYPE // toggle
log_admin("[key_name(src)] has turned the experimental radio system [GLOBAL_RADIO_TYPE ? "on" : "off"].")
message_admins("[key_name_admin(src)] has turned the experimental radio system [GLOBAL_RADIO_TYPE ? "on" : "off"].", 0)
feedback_add_details("admin_verb","SRM") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_admin_areatest()
set category = "Mapping"
set name = "Test areas"