From 6fe65368f622fef2c9287b10d771fa0f9cd8262d Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Mon, 21 Oct 2019 10:00:52 -0400 Subject: [PATCH] roboticists can have some love --- code/modules/uplink/uplink_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index d28ff471be..cbdf936dfc 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1717,14 +1717,14 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes Simply insert into research console of choice and import the files from the disk. You might research some useful gear from this." item = /obj/item/disk/tech_disk/abductor cost = 12 - restricted_roles = list("Research Director", "Scientist") + restricted_roles = list("Research Director", "Scientist", "Roboticist") /datum/uplink_item/role_restricted/brainwash_disk name = "Brainwashing Surgery Program" desc = "A disk containing the procedure to perform a brainwashing surgery, allowing you to implant an objective onto a target. \ Insert into an Operating Console to enable the procedure." item = /obj/item/disk/surgery/brainwashing - restricted_roles = list("Medical Doctor") + restricted_roles = list("Medical Doctor", "Roboticist") cost = 3 /datum/uplink_item/role_restricted/clown_bomb