From 3f9bd8586ffbd7bb8b1577cd6d8b8c145d40b102 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Thu, 25 Feb 2016 17:40:42 -0800 Subject: [PATCH] >add the chameleon kit >test everything but uplink >it didn't work :cl: Iamgoofball bugfix: The Chameleon Kit is actually purchasable now. It doesn't give a single chameleon jumpsuit anymore. /:cl: --- code/modules/uplink/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index e713933b4e9..3f61ada8a1e 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -661,7 +661,7 @@ var/list/uplink_items = list() // Global list so we only initialize this once. /datum/uplink_item/stealthy_tool/chameleon name = "Chameleon Kit" desc = "A set of items that contain chameleon technology allowing you to disguise as pretty much anything on the station, and more!" - item = /obj/item/clothing/under/chameleon + item = /obj/item/weapon/storage/box/syndie_kit/chameleon cost = 4 /datum/uplink_item/stealthy_tools/syndigaloshes