From 51160cdfab9fdeb1a379cff9a86787d305462d94 Mon Sep 17 00:00:00 2001 From: Ansari Date: Sun, 29 Oct 2017 08:07:28 +0800 Subject: [PATCH] Hacked AI module cost changed back to 14 --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 9bee2f70540..77087253183 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1045,7 +1045,7 @@ var/list/uplink_items = list() 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/weapon/aiModule/syndicate - cost = 12 + cost = 14 /datum/uplink_item/device_tools/magboots name = "Blood-Red Magboots"