From f39c5d0a63a63e9cfa41d0caa2a576c58e7cf72b Mon Sep 17 00:00:00 2001 From: Swiftfeather Date: Sat, 20 Feb 2021 10:18:22 -0600 Subject: [PATCH] resets ocd to tg standard (#3539) --- code/modules/uplink/uplink_items.dm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 46a10aa2b4c..b4e789fc7ea 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1968,17 +1968,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) item = /obj/item/autosurgeon/organ/syndicate/laser_arm //restricted_roles = list("Roboticist", "Research Director") //SKYRAT EDIT: Removal -// SKYRAT EDIT REMOVAL BEGIN -/* /datum/uplink_item/role_restricted/ocd_device name = "Organic Resources Disturbance Inducer" desc = "A device that raises hell in organic resources indirectly. Single use." - cost = 5 //SKYRAT EDIT: Original Value: (2) - limited_stock = 2 //SKYRAT EDIT: Original Value: (1) + cost = 2 + limited_stock = 1 item = /obj/item/devices/ocd_device - //restricted_roles = list("Head of Personnel", "Quartermaster") //SKYRAT EDIT: Removal -*/ -// SKYRAT EDIT REMOVAL END + restricted_roles = list("Head of Personnel", "Quartermaster") /datum/uplink_item/role_restricted/meathook name = "Butcher's Meat Hook"