From 69abd3ac9a729afd7109e748d6ced6333516e4c6 Mon Sep 17 00:00:00 2001 From: GrayRachnid Date: Fri, 12 Mar 2021 17:31:54 -0500 Subject: [PATCH] removes illegal tech from a few common items that can be found in space/gateway exploration --- code/modules/uplink/uplink_items/uplink_clothing.dm | 1 + code/modules/uplink/uplink_items/uplink_devices.dm | 1 + code/modules/uplink/uplink_items/uplink_stealthdevices.dm | 1 + 3 files changed, 3 insertions(+) diff --git a/code/modules/uplink/uplink_items/uplink_clothing.dm b/code/modules/uplink/uplink_items/uplink_clothing.dm index de15b16b68..5471eb9f31 100644 --- a/code/modules/uplink/uplink_items/uplink_clothing.dm +++ b/code/modules/uplink/uplink_items/uplink_clothing.dm @@ -98,6 +98,7 @@ item = /obj/item/clothing/gloves/tackler/combat/insulated include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) cost = 2 + illegal_tech = FALSE /datum/uplink_item/device_tools/syndicate_eyepatch name = "Mechanical Eyepatch" diff --git a/code/modules/uplink/uplink_items/uplink_devices.dm b/code/modules/uplink/uplink_items/uplink_devices.dm index 5f5eb91a04..ad1cc31ba7 100644 --- a/code/modules/uplink/uplink_items/uplink_devices.dm +++ b/code/modules/uplink/uplink_items/uplink_devices.dm @@ -130,6 +130,7 @@ multitool and combat gloves that are resistant to shocks and heat." item = /obj/item/storage/toolbox/syndicate cost = 1 + illegal_tech = FALSE /datum/uplink_item/device_tools/syndie_glue name = "Glue" diff --git a/code/modules/uplink/uplink_items/uplink_stealthdevices.dm b/code/modules/uplink/uplink_items/uplink_stealthdevices.dm index 28d02cf79b..0a82b3b8b3 100644 --- a/code/modules/uplink/uplink_items/uplink_stealthdevices.dm +++ b/code/modules/uplink/uplink_items/uplink_stealthdevices.dm @@ -16,6 +16,7 @@ with these cards." item = /obj/item/card/id/syndicate cost = 2 + illegal_tech = FALSE /datum/uplink_item/stealthy_tools/ai_detector name = "Artificial Intelligence Detector"