From a1ff35078c0db9b36ee1c703ce454e66faf3d6e1 Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Wed, 20 Jul 2016 13:51:49 +0300 Subject: [PATCH 1/2] adds the chameleon sechud to traitor uplink --- code/datums/uplink_item.dm | 7 +++++++ code/modules/clothing/glasses/hud.dm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 4ca4c38f68a..591441ee6ac 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -752,6 +752,13 @@ var/list/uplink_items = list() item = /obj/item/toy/carpplushie/dehy_carp cost = 3 +/datum/uplink_item/stealthy_weapons/chamsechud + name = "Chameleon Security HUD" + desc = "A stolen Nanotrasen Security HUD with Syndicat chameleon technology implemented into it. The glasses can be morphed into various eyewear, while reatining the HUD qualities when worn." + reference = "CHHUD" + item = /obj/item/clothing/glasses/hud/security/chameleon + cost = 2 + // STEALTHY TOOLS /datum/uplink_item/stealthy_tools diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 269b2dd841e..e290ba5308d 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -82,7 +82,7 @@ ) /obj/item/clothing/glasses/hud/security/chameleon - name = "Chamleon Security HUD" + name = "Chameleon Security HUD" desc = "A stolen security HUD integrated with Syndicate chameleon technology. Toggle to disguise the HUD. Provides flash protection." flash_protect = 1 From e6a187a9cdc42a00cf42733131d7357305e7a709 Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Wed, 20 Jul 2016 14:05:05 +0300 Subject: [PATCH 2/2] SYNDICAT REATINING --- 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 591441ee6ac..fd22527feff 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -754,7 +754,7 @@ var/list/uplink_items = list() /datum/uplink_item/stealthy_weapons/chamsechud name = "Chameleon Security HUD" - desc = "A stolen Nanotrasen Security HUD with Syndicat chameleon technology implemented into it. The glasses can be morphed into various eyewear, while reatining the HUD qualities when worn." + desc = "A stolen Nanotrasen Security HUD with Syndicate chameleon technology implemented into it. Similarly to a chameleon jumpsuit, the HUD can be morphed into various other eyewear, while retaining the HUD qualities when worn." reference = "CHHUD" item = /obj/item/clothing/glasses/hud/security/chameleon cost = 2