From a298f20fa51dc8e826a25b34f6e5d3eb7fa9db63 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 6 Jun 2018 01:14:48 -0500 Subject: [PATCH] [MIRROR] [s] Fixes syndicate sentience exploit (#7021) * Fixes syndicate sentience exploit (#38299) * [s] Fixes syndicate sentience exploit --- code/modules/uplink/uplink_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index a2f85e9222..89197a7f07 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1158,6 +1158,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "A potion recovered at great risk by undercover syndicate operatives and then subsequently modified with syndicate technology. Using it will make any animal sentient, and bound to serve you, as well as implanting an internal radio for communication and an internal ID card for opening doors." cost = 4 include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) + restricted = TRUE /datum/uplink_item/device_tools/telecrystal name = "Raw Telecrystal"