resets ocd to tg standard (#3539)

This commit is contained in:
Swiftfeather
2021-02-20 16:18:22 +00:00
committed by GitHub
parent 5f603b3338
commit f39c5d0a63
+3 -7
View File
@@ -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"