Removes any protection from budget insulated gloves

This commit is contained in:
chaoko99
2019-09-16 22:57:19 -07:00
parent 4b1daf5743
commit 871843fb6b
+2 -2
View File
@@ -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"