From 33a97a4c95c4ecaaa2912ca0e1d11f5f23d0ebd6 Mon Sep 17 00:00:00 2001
From: Contrabang <91113370+Contrabang@users.noreply.github.com>
Date: Fri, 16 Jun 2023 14:34:11 -0400
Subject: [PATCH] Synditele kit now comes with chameleon mesons (#21227)
* chameleon mesons
* sirryan review
* destroy + emp
---
code/datums/uplink_items/uplink_general.dm | 3 ++-
.../objects/items/devices/traitordevices.dm | 3 +++
code/modules/clothing/chameleon.dm | 22 +++++++++++++++++++
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm
index d84313ec488..d52fa14b090 100644
--- a/code/datums/uplink_items/uplink_general.dm
+++ b/code/datums/uplink_items/uplink_general.dm
@@ -543,7 +543,8 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "The Syndicate teleporter is a handheld device that teleports the user 4-8 meters forward. \
Beware, teleporting into a wall will make the teleporter do a parallel emergency teleport, \
but if that emergency teleport fails, it will kill you. \
- Has 4 charges, recharges, warranty voided if exposed to EMP."
+ Has 4 charges, recharges, warranty voided if exposed to EMP. \
+ Comes with free chameleon mesons, to help you stay stylish while seeing through walls."
reference = "TELE"
item = /obj/item/storage/box/syndie_kit/teleporter
cost = 8
diff --git a/code/game/objects/items/devices/traitordevices.dm b/code/game/objects/items/devices/traitordevices.dm
index 3a25569a921..b40ccf64171 100644
--- a/code/game/objects/items/devices/traitordevices.dm
+++ b/code/game/objects/items/devices/traitordevices.dm
@@ -229,12 +229,15 @@
Warning: Teleporting into walls will activate a failsafe teleport parallel up to 3 meters, but the user will be ripped apart and gibbed in a wall if it fails.
Do not expose the teleporter to electromagnetic pulses or attempt to use with a bag of holding, unwanted malfunctions may occur.
+