From 99a61dff8f9a3cbca66becf48d521b6ac9fddbf7 Mon Sep 17 00:00:00 2001 From: "firecage@hotmail.com" Date: Sat, 9 Jul 2011 23:27:41 +0000 Subject: [PATCH] Nerfed the captains gloves ALOT. They were to OP. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1815 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/gloves.dm | 4 ---- 1 file changed, 4 deletions(-) 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."