Merge pull request #10077 from ForrestWick/uplinkchanges
Moves brainwash surgery from role restricted to devices and tools in the uplink
This commit is contained in:
@@ -1589,6 +1589,13 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes
|
||||
item = /obj/item/storage/backpack/duffelbag/syndie/surgery_adv
|
||||
cost = 10
|
||||
|
||||
/datum/uplink_item/device_tools/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
|
||||
cost = 3
|
||||
|
||||
/datum/uplink_item/device_tools/encryptionkey
|
||||
name = "Syndicate Encryption Key"
|
||||
desc = "A key that, when inserted into a radio headset, allows you to listen to all station department channels \
|
||||
@@ -1756,14 +1763,6 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes
|
||||
cost = 12
|
||||
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", "Roboticist")
|
||||
cost = 3
|
||||
|
||||
/datum/uplink_item/role_restricted/clown_bomb
|
||||
name = "Clown Bomb"
|
||||
desc = "The Clown bomb is a hilarious device capable of massive pranks. It has an adjustable timer, \
|
||||
|
||||
Reference in New Issue
Block a user