mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 13:16:18 +01:00
Finishes porting binary headsets (with accompanying radio code refactor). Will probably need more testing than I managed locally.
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
else
|
||||
if(!(stunned >= 4))
|
||||
if(message_mode)
|
||||
if(message_mode in (radiochannels | "department"))
|
||||
if(message_mode in (radiochannels | "department" | "special"))
|
||||
if(l_ear && istype(l_ear,/obj/item/device/radio))
|
||||
l_ear.talk_into(src,message, message_mode, verb, speaking)
|
||||
used_radios += l_ear
|
||||
|
||||
Reference in New Issue
Block a user