From 09e9df3e5e50a2e12d37760301d0b1f9ae027bcd Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Wed, 1 Sep 2021 00:06:07 +0000 Subject: [PATCH] Returns brainwash disk to 5 TC (#7860) --- code/modules/uplink/uplink_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 9ab4cc6b6c0..09a233993a6 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1467,7 +1467,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) 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 = 9 + cost = 5 //SKYRAT EDIT END //SKYRAT EDIT REMOVAL BEGIN - Remove Hypnostuff