diff --git a/code/game/objects/random/random.dm b/code/game/objects/random/random.dm index d9ed995845d..83923831506 100644 --- a/code/game/objects/random/random.dm +++ b/code/game/objects/random/random.dm @@ -102,4 +102,5 @@ prob(3);/obj/item/stack/cable_coil,\ prob(2);/obj/random/toolbox,\ prob(2);/obj/item/weapon/storage/belt/utility,\ - prob(5);/obj/random/tool) \ No newline at end of file + prob(5);/obj/random/tool,\ + prob(2);/obj/item/weapon/tape_roll) \ No newline at end of file