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) ..()