From 7d1633f02983a54161ebc0128f1afee9872f69ba Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:42:51 -0500 Subject: [PATCH] drops the price of the syndicate ai module significantly (#22298) --- code/datums/uplink_items/uplink_general.dm | 2 +- code/game/objects/items/weapons/AI_modules.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm index 6acc801f2b0..1ca9dad2097 100644 --- a/code/datums/uplink_items/uplink_general.dm +++ b/code/datums/uplink_items/uplink_general.dm @@ -666,7 +666,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "When used with an upload console, this module allows you to upload priority laws to an artificial intelligence. Be careful with their wording, as artificial intelligences may look for loopholes to exploit." reference = "HAI" item = /obj/item/aiModule/syndicate - cost = 60 + cost = 15 /datum/uplink_item/device_tools/powersink name = "Power Sink" diff --git a/code/game/objects/items/weapons/AI_modules.dm b/code/game/objects/items/weapons/AI_modules.dm index 1b1eaa0ae81..bd7fc20a377 100755 --- a/code/game/objects/items/weapons/AI_modules.dm +++ b/code/game/objects/items/weapons/AI_modules.dm @@ -418,7 +418,7 @@ AI MODULES var/newFreeFormLaw = "" desc = "A hacked AI law module: ''" icon_state = "syndicate" - origin_tech = "programming=5;materials=5;syndicate=5" + origin_tech = "programming=5;materials=5;syndicate=2" /obj/item/aiModule/syndicate/attack_self(mob/user as mob) ..()