From 69598ec7e8ff1472c6e99936790a573172d43937 Mon Sep 17 00:00:00 2001 From: Casey Date: Fri, 23 Sep 2022 20:23:19 -0400 Subject: [PATCH 1/2] Merge pull request #13793 from VOREStation/Cameron653-patch-1 Adds the rest of the phazon parts (circuits) to contraband packages. --- code/game/objects/items/contraband_vr.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/contraband_vr.dm b/code/game/objects/items/contraband_vr.dm index 2bb1df1dd2..79a19b7794 100644 --- a/code/game/objects/items/contraband_vr.dm +++ b/code/game/objects/items/contraband_vr.dm @@ -42,6 +42,9 @@ /obj/item/mecha_parts/part/phazon_right_arm, /obj/item/mecha_parts/part/phazon_right_leg, /obj/item/mecha_parts/part/phazon_torso, + /obj/item/weapon/circuitboard/mecha/phazon/targeting, + /obj/item/weapon/circuitboard/mecha/phazon/peripherals, + /obj/item/weapon/circuitboard/mecha/phazon/main, /obj/item/device/bodysnatcher, /obj/item/weapon/bluespace_harpoon, /obj/item/clothing/accessory/permit/gun, @@ -108,4 +111,4 @@ w_class = ITEMSIZE_NORMAL /obj/item/weapon/miscdisc/attack_self(mob/living/user as mob) - to_chat(user, "As you hold the large disc in your open palm, fingers cusped around the edge, the crystal embedded in the item begins to vibrate. It lifts itself from the disc a few cenimetres, before beginning to glow with a bright red light. The glow lasts for a few seconds, before the crystal embeds itself back into the disc with a quick snap.") \ No newline at end of file + to_chat(user, "As you hold the large disc in your open palm, fingers cusped around the edge, the crystal embedded in the item begins to vibrate. It lifts itself from the disc a few cenimetres, before beginning to glow with a bright red light. The glow lasts for a few seconds, before the crystal embeds itself back into the disc with a quick snap.")