From 20250d76e102d4cd2d0f3f4f7a02172ca2865de1 Mon Sep 17 00:00:00 2001 From: Ketrai Date: Tue, 22 Aug 2017 13:13:57 +0200 Subject: [PATCH] Updated stolen supplies Removes the majority of phazon pieces. (getting the full set has an extremely tiny number of succeeding, and you can't get the circuit board anyways. I kept one so people know it still exists.) Adds high tier contraband you can find in trash piles to give an alternative way to obtain these. Hopefully encourages more people to mine to get points and resources for science. If you feel this isn't balanced enough, can always increase the probability of getting cosmetic or lesser items to dilute the pool. --- code/game/objects/items/contraband_vr.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/objects/items/contraband_vr.dm b/code/game/objects/items/contraband_vr.dm index da8f6cfeea..5dbd98b94c 100644 --- a/code/game/objects/items/contraband_vr.dm +++ b/code/game/objects/items/contraband_vr.dm @@ -36,12 +36,12 @@ /obj/item/device/pda/mime, /obj/item/device/pda/syndicate, /obj/item/mecha_parts/chassis/phazon, - /obj/item/mecha_parts/part/phazon_head, - /obj/item/mecha_parts/part/phazon_left_arm, - /obj/item/mecha_parts/part/phazon_left_leg, - /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/device/bodysnatcher, + /obj/item/weapon/bluespace_harpoon, + /obj/item/weapon/permit, + /obj/item/device/perfect_tele, + /obj/item/device/sleevemate, + /obj/item/weapon/disk/nifsoft/compliance, /obj/item/seeds/ambrosiadeusseed, /obj/item/seeds/ambrosiavulgarisseed, /obj/item/seeds/libertymycelium, @@ -92,4 +92,4 @@ slot_flags = SLOT_BELT storage_slots = 7 can_hold = list(/obj/item/clothing/mask/smokable/cigarette/cigar/havana) - icon_type = "cigar" \ No newline at end of file + icon_type = "cigar"