Merge pull request #5892 from chaoko99/gloves

Budget insuls now provide a minimum level of protection.
This commit is contained in:
Novacat
2019-09-17 14:09:56 -04:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@
/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
var/shock_pick = rand(0,15) // VOREStation Edit
siemens_coefficient = shock_pick * 0.05
/obj/item/clothing/gloves/black