mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Adds the Syndicate "Big Brother" Obfuscation Suit (#22151)
* here we go again * dont feel good about this * add to contractor kit * name change * oops CI moment * henri review
This commit is contained in:
@@ -411,12 +411,21 @@
|
||||
/datum/uplink_item/stealthy_tools/voice_modulator
|
||||
name = "Chameleon Voice Modulator Mask"
|
||||
desc = "A syndicate tactical mask equipped with chameleon technology and a sound modulator for disguising your voice. \
|
||||
While the mask is active, your voice will sound unrecognizable to others"
|
||||
While the mask is active, your voice will sound unrecognizable to others."
|
||||
reference = "CVMM"
|
||||
item = /obj/item/clothing/mask/gas/voice_modulator/chameleon
|
||||
cost = 5
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
|
||||
/datum/uplink_item/stealthy_tools/silicon_cham_suit
|
||||
name = "\"Big Brother\" Obfuscation Suit"
|
||||
desc = "A syndicate tactical suit equipped with the latest in anti-silicon technology and, allegedly, biological technology learned from the Changeling Hivemind. \
|
||||
While this suit is worn, you will be unable to be tracked or seen by on-Station AI."
|
||||
reference = "BBOS"
|
||||
item = /obj/item/clothing/under/syndicate/silicon_cham
|
||||
cost = 20
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR)
|
||||
|
||||
/datum/uplink_item/stealthy_weapons/sleepy_pen
|
||||
name = "Sleepy Pen"
|
||||
desc = "A syringe disguised as a functional pen. It's filled with a potent anaesthetic. \ The pen holds two doses of the mixture. The pen can be refilled."
|
||||
|
||||
Reference in New Issue
Block a user