From 6a1d844f7a974a1014c584331caf45d2bf8844f3 Mon Sep 17 00:00:00 2001 From: Spades Date: Thu, 6 Jul 2017 15:33:34 -0400 Subject: [PATCH] Radio jammer frequency nerf The radio jammer is very obnoxious, and I feel like it should not appear as often as it does. Every shift I have been on since its addition has seen a jammer easily located. --- code/game/objects/structures/trash_pile.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/game/objects/structures/trash_pile.dm b/code/game/objects/structures/trash_pile.dm index f1684c4cf5f..f384ffefe39 100644 --- a/code/game/objects/structures/trash_pile.dm +++ b/code/game/objects/structures/trash_pile.dm @@ -215,20 +215,20 @@ prob(4);/obj/item/weapon/material/butterfly, prob(2);/obj/item/weapon/material/butterfly/switchblade, prob(2);/obj/item/weapon/material/knuckledusters, - prob(1);/obj/item/weapon/material/hatchet/tacknife, - prob(1);/obj/item/clothing/suit/storage/vest/heavy/merc, - prob(1);/obj/item/weapon/beartrap, - prob(1);/obj/item/weapon/handcuffs/fuzzy, - prob(1);/obj/item/weapon/legcuffs, prob(2);/obj/item/weapon/reagent_containers/syringe/drugs, - prob(1);/obj/item/weapon/reagent_containers/syringe/steroid, - prob(4);/obj/item/device/radio_jammer, prob(2);/obj/item/weapon/storage/box/syndie_kit/spy, prob(2);/obj/item/weapon/grenade/anti_photon, + prob(1);/obj/item/clothing/suit/storage/vest/heavy/merc, + prob(1);/obj/item/device/nif/bad, + prob(1);/obj/item/device/radio_jammer, + prob(1);/obj/item/device/sleevemate, + prob(1);/obj/item/weapon/beartrap, prob(1);/obj/item/weapon/cell/hyper/empty, prob(1);/obj/item/weapon/disk/nifsoft/compliance, - prob(1);/obj/item/device/nif/bad, - prob(1);/obj/item/device/sleevemate) + prob(1);/obj/item/weapon/handcuffs/fuzzy, + prob(1);/obj/item/weapon/legcuffs, + prob(1);/obj/item/weapon/material/hatchet/tacknife, + prob(1);/obj/item/weapon/reagent_containers/syringe/steroid) var/obj/item/I = new path() return I