From 3fb34237ee3158486d67ff1f76507419e92094de Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Fri, 13 Feb 2015 13:22:12 +0100 Subject: [PATCH] Additional uplink items. Adds the syndicate radio channel encryption key for 2TC. Adds a trash bag to the Smooth operator (9mm+silencer) kit. --- code/game/gamemodes/game_mode.dm | 1 + code/game/objects/items/weapons/storage/uplink_kits.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 3f0f8cdd64..389ba9152a 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -62,6 +62,7 @@ "Devices and Tools" = list( new/datum/uplink_item(/obj/item/weapon/storage/toolbox/syndicate, 1, "Fully Loaded Toolbox", "ST"), new/datum/uplink_item(/obj/item/weapon/plastique, 2, "C-4 (Destroys walls)", "C4"), + new/datum/uplink_item(/obj/item/device/encryptionkey/syndicate, 2, "Encrypted Radio Channel Key", "ER"), new/datum/uplink_item(/obj/item/device/encryptionkey/binary, 3, "Binary Translator Key", "BT"), new/datum/uplink_item(/obj/item/weapon/card/emag, 3, "Cryptographic Sequencer", "EC"), new/datum/uplink_item(/obj/item/weapon/storage/box/syndie_kit/clerical, 3, "Morphic Clerical Kit", "CK"), diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index aa66b26f12..1032c64787 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -174,6 +174,7 @@ /obj/item/weapon/storage/box/syndie_kit/g9mm/New() ..() new /obj/item/weapon/gun/projectile/pistol(src) + new /obj/item/weapon/storage/bag/trash(src) new /obj/item/weapon/silencer(src) /obj/item/weapon/storage/box/syndie_kit/cigarette