Allows drones to hear the Engineering channel.

Co-Authored-By: SteelSlayer <steelslayer@users.noreply.github.com>
This commit is contained in:
SabreML
2020-07-29 23:35:08 +01:00
co-authored by SteelSlayer
parent a1620fa765
commit 95b363f4a7
@@ -77,6 +77,10 @@
verbs -= /mob/living/silicon/robot/verb/Namepick
module = new /obj/item/robot_module/drone(src)
//Allows Drones to hear the Engineering channel.
module.channels = list("Engineering" = 1)
radio.recalculateChannels()
//Grab stacks.
stack_metal = locate(/obj/item/stack/sheet/metal/cyborg) in src.module
stack_wood = locate(/obj/item/stack/sheet/wood) in src.module