Adds Radio Jammers

This commit is contained in:
Fox-McCloud
2017-06-30 18:20:21 -04:00
parent 52af2d8c0e
commit 08c8ba569c
6 changed files with 37 additions and 2 deletions
+7
View File
@@ -1116,6 +1116,13 @@ var/list/uplink_items = list()
cost = 1
surplus = 0
/datum/uplink_item/device_tools/jammer
name = "Radio Jammer"
desc = "This device will disrupt any nearby outgoing radio communication when activated."
reference = "RJ"
item = /obj/item/device/jammer
cost = 5
/datum/uplink_item/device_tools/teleporter
name = "Teleporter Circuit Board"
desc = "A printed circuit board that completes the teleporter onboard the mothership. Advise you test fire the teleporter before entering it, as malfunctions can occur."