diff --git a/code/defines/obj/clothing/gloves.dm b/code/defines/obj/clothing/gloves.dm index b4b05cd3bdf..bd698f247bc 100644 --- a/code/defines/obj/clothing/gloves.dm +++ b/code/defines/obj/clothing/gloves.dm @@ -96,10 +96,6 @@ name = "Captain Gloves" icon_state = "captain" item_state = "egloves" - siemens_coefficient = 0.30 - protective_temperature = 1100 - heat_transfer_coefficient = 0.05 - armor = list(melee = 80, bullet = 60, laser = 50, taser = 30, bomb = 50, bio = 15, rad = 5) /obj/item/clothing/gloves/botanic_leather desc = "These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin."