From 83e1e6f9a91fd0674cb7cc6a485eaa0957d7890c Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Mon, 11 Aug 2025 06:19:58 -0400 Subject: [PATCH] Update spacesuits.dm (#18203) Co-authored-by: ShadowLarkens --- code/game/objects/random/spacesuits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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