diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index eb512956e5b..71168156b12 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -2648,8 +2648,8 @@ if (istype(id)) return id -///mob/living/carbon/human/electrocute_act(var/shock_damage, var/obj/source, var/siemens_coeff = 1.0) -// if(src.gloves) -// var/obj/item/clothing/gloves/G = src.gloves -// siemens_coeff = G.siemens_coefficient -// return ..(shock_damage,source,siemens_coeff) +/mob/living/carbon/human/electrocute_act(var/shock_damage, var/obj/source, var/siemens_coeff = 1.0) + if(src.gloves) + var/obj/item/clothing/gloves/G = src.gloves + siemens_coeff = G.siemens_coefficient + return ..(shock_damage,source,siemens_coeff)