From 871843fb6b6c019d433d45980864cf087fbc7159 Mon Sep 17 00:00:00 2001 From: chaoko99 Date: Mon, 16 Sep 2019 22:57:19 -0700 Subject: [PATCH] Removes any protection from budget insulated gloves --- code/modules/clothing/gloves/color.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index a456e85939a..3bbd1d657dd 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -11,13 +11,13 @@ icon_state = "yellow" siemens_coefficient = 1 //Set to a default of 1, gets overridden in initialize() permeability_coefficient = 0.05 - +/*Vorestation edit: Budget gloves no longer protect you at all. /obj/item/clothing/gloves/fyellow/Initialize() . = ..() //Picks a value between 0 and 1.25, in 5% increments // VOREStation edit var/shock_pick = rand(0,25) // VOREStation Edit siemens_coefficient = shock_pick * 0.05 - +*/ /obj/item/clothing/gloves/black desc = "These work gloves are thick and fire-resistant." name = "black gloves"