From 7592c65fe09920d71e8194fb3931f8404e48daa4 Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Fri, 7 Oct 2016 20:13:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=84=EF=B8=8F=20=E2=9D=84=EF=B8=8F=20?= =?UTF-8?q?=E2=9D=84=EF=B8=8F=20=E2=9D=84=EF=B8=8F=20=E2=9D=84=EF=B8=8F=20?= =?UTF-8?q?=E2=9D=84=EF=B8=8F=20=E2=9D=84=EF=B8=8F=20=E2=9D=84=EF=B8=8F=20?= =?UTF-8?q?=E2=9D=84=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/uplink_item.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 5f7b5e8237a..11b013718a0 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -791,7 +791,7 @@ var/list/uplink_items = list() reference = "CHHUD" item = /obj/item/clothing/glasses/hud/security/chameleon cost = 2 - + /datum/uplink_item/stealthy_weapons/chameleonflag name = "Chameleon Flag" desc = "A flag that can be disguised as any other known flag. There is a heat sensitive bomb loaded into the pole that will be detonated if the flag is lit on fire." @@ -1181,6 +1181,9 @@ var/list/uplink_items = list() if(item) if(findtext(item, /obj/item/organ/internal/cyberimp)) return new /obj/item/weapon/storage/box/cyber_implants(loc, item) + U.uses -= max(cost, 0) + U.used_TC += cost + feedback_add_details("traitor_uplink_items_bought", name) //this one and the line before copypasted because snowflaek code else return ..()