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"