From dda46f0a095b3e1a5e91b2fc335c66815bf41106 Mon Sep 17 00:00:00 2001 From: Rayforx <154929127+Rayforx@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:32:46 +0100 Subject: [PATCH] Contractor item changes (#23662) * Update contractor_kit.dm * Requested changes * Changes requested from Rurik --- .../antagonists/traitor/contractor/items/contractor_kit.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/antagonists/traitor/contractor/items/contractor_kit.dm b/code/modules/antagonists/traitor/contractor/items/contractor_kit.dm index 7b5ac75edf9..65799fc1043 100644 --- a/code/modules/antagonists/traitor/contractor/items/contractor_kit.dm +++ b/code/modules/antagonists/traitor/contractor/items/contractor_kit.dm @@ -12,13 +12,12 @@ // Offensive /obj/item/gun/projectile/automatic/c20r/toy, /obj/item/storage/box/syndie_kit/throwing_weapons, - /obj/item/pen/edagger, /obj/item/gun/projectile/automatic/toy/pistol/riot, /obj/item/soap/syndie, /obj/item/storage/box/syndie_kit/dart_gun, /obj/item/gun/syringe/rapidsyringe, - /obj/item/storage/backpack/duffel/syndie/x4, // Mixed + /obj/item/storage/box/syndie_kit/c4, /obj/item/storage/box/syndie_kit/emp, /obj/item/flashlight/emp, // Support @@ -28,7 +27,7 @@ /obj/item/storage/toolbox/syndicate, /obj/item/storage/backpack/duffel/syndie/med/surgery, /obj/item/multitool/ai_detect, - /obj/item/encryptionkey/binary, + /obj/item/encryptionkey/syndicate, /obj/item/jammer, /obj/item/clothing/under/syndicate/silicon_cham, /obj/item/bio_chip_implanter/freedom, @@ -53,6 +52,8 @@ new /obj/item/clothing/suit/space/syndicate/contractor(src) new /obj/item/melee/classic_baton/telescopic/contractor(src) new /obj/item/clothing/under/chameleon(src) + new /obj/item/clothing/suit/chameleon(src) + new /obj/item/clothing/head/chameleon(src) new /obj/item/clothing/mask/chameleon(src) new /obj/item/card/id/syndicate(src) new /obj/item/storage/fancy/cigarettes/cigpack_syndicate(src)