From 1237d361a58e0e60625b650c7da3c3e248594cf8 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Sat, 28 May 2016 04:42:05 +0100 Subject: [PATCH] Adjusts random tech to spawn random cable instead of always red --- code/game/objects/random/random.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/random/random.dm b/code/game/objects/random/random.dm index e64d422a20..1127bf7510 100644 --- a/code/game/objects/random/random.dm +++ b/code/game/objects/random/random.dm @@ -108,7 +108,7 @@ prob(2);/obj/random/bomb_supply,\ prob(1);/obj/item/weapon/extinguisher,\ prob(1);/obj/item/clothing/gloves/fyellow,\ - prob(3);/obj/item/stack/cable_coil,\ + prob(3);/obj/item/stack/cable_coil/random,\ prob(2);/obj/random/toolbox,\ prob(2);/obj/item/weapon/storage/belt/utility,\ prob(5);/obj/random/tool,\