diff --git a/code/game/objects/random/spacesuits.dm b/code/game/objects/random/spacesuits.dm index 23095921801..12efd6f1e6b 100644 --- a/code/game/objects/random/spacesuits.dm +++ b/code/game/objects/random/spacesuits.dm @@ -260,9 +260,9 @@ return pick(prob(4);/obj/item/rig/light/hacker, prob(5);/obj/item/rig/industrial, prob(5);/obj/item/rig/eva, - prob(4);/obj/item/rig/light/stealth, prob(3);/obj/item/rig/hazard, prob(1);/obj/item/rig/merc/empty) + //prob(4);/obj/item/rig/light/stealth //Removed because of abuse //VOREStation Add Start /obj/random/rigsuit/chancetofail spawn_nothing_percentage = 50