Deathsquad Cyborgs

Adds Deathsquad cyborgs. The only reason these really exist is because I
was bored, but hey! They come equipped with the latest in adminboos
gear, including a fully functional pulse rifle and esword, and a cell
that has 50,000 energy! What could go wrong?
This commit is contained in:
SamCroswell
2014-11-27 01:38:52 -05:00
parent 8b16d394ed
commit 5d6abde5ed
7 changed files with 111 additions and 25 deletions
@@ -702,10 +702,17 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
/obj/item/device/radio/borg/syndicate
syndie = 1
keyslot = new /obj/item/device/encryptionkey/syndicate
/obj/item/device/radio/borg/syndicate/New()
..()
set_frequency(SYND_FREQ)
set_frequency(SYND_FREQ)
/obj/item/device/radio/borg/deathsquad
/obj/item/device/radio/borg/deathsquad/New()
..()
set_frequency(1441)
/obj/item/device/radio/borg/attackby(obj/item/weapon/W as obj, mob/user as mob)
// ..()
user.set_machine(src)