Ports "Replaces radio channel names and keys with defines"

This commit is contained in:
Ghommie
2019-07-17 00:52:41 +02:00
parent 8c1b7c4f22
commit ee32e1680f
36 changed files with 291 additions and 189 deletions
+4 -4
View File
@@ -53,14 +53,14 @@
if(ears)
var/obj/item/radio/headset/dongle = ears
if(!istype(dongle))
return 0
return FALSE
if(dongle.translate_binary)
return 1
return TRUE
/mob/living/carbon/human/radio(message, message_mode, list/spans, language)
. = ..()
if(. != 0)
return .
if(.)
return
switch(message_mode)
if(MODE_HEADSET)