Merge pull request #8462 from Trilbyspaceclone/patch-156

Makes brainwash disks cost 3 tc not 5
This commit is contained in:
kevinz000
2019-05-31 17:43:53 -07:00
committed by GitHub

View File

@@ -1457,7 +1457,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
Insert into an Operating Console to enable the procedure."
item = /obj/item/disk/surgery/brainwashing
restricted_roles = list("Medical Doctor")
cost = 5
cost = 3
/datum/uplink_item/role_restricted/haunted_magic_eightball
name = "Haunted Magic Eightball"