Handle Drone radio

This commit is contained in:
Markolie
2016-10-10 23:54:16 +02:00
parent 4528e4d469
commit 92bc8350ad
@@ -43,6 +43,10 @@
remove_language("Galactic Common")
add_language("Drone Talk", 1)
add_language("Drone", 1)
// Disable the microphone wire on Drones
if(radio)
radio.wires.CutWireIndex(WIRE_TRANSMIT)
if(camera && "Robots" in camera.network)
camera.network.Add("Engineering")