From c270dd2b729aeab079cb4f8a1f30f502de6b59d3 Mon Sep 17 00:00:00 2001 From: TaxMaster Date: Sun, 2 Apr 2017 18:37:39 -0500 Subject: [PATCH] Fixes The comment in cit_uniforms was just to try and get an answer why icons were vg_clothes.dmi --- code/citadel/cit_uniforms.dm | 2 +- code/modules/clothing/head/vg_hats.dm | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/code/citadel/cit_uniforms.dm b/code/citadel/cit_uniforms.dm index 2b9613bcc5..1e2fc3a914 100644 --- a/code/citadel/cit_uniforms.dm +++ b/code/citadel/cit_uniforms.dm @@ -6,7 +6,7 @@ item_color = "bb_turtle" body_parts_covered = CHEST|ARMS can_adjust = 1 - icon = 'icons/obj/clothing/turtlenecks.dmi' //Seriously, who thought it was a good idea to throw it into vg_clothes? -TaxMaster + icon = 'icons/obj/clothing/turtlenecks.dmi' /obj/item/clothing/under/bb_sweater/black name = "black sweater" diff --git a/code/modules/clothing/head/vg_hats.dm b/code/modules/clothing/head/vg_hats.dm index c2f5a16353..968e929ff9 100644 --- a/code/modules/clothing/head/vg_hats.dm +++ b/code/modules/clothing/head/vg_hats.dm @@ -30,7 +30,6 @@ icon_state = "biker_helmet" icon = 'icons/obj/clothing/vg_clothes.dmi' flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEHAIR - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/richard name = "Richard" @@ -39,7 +38,6 @@ icon_state = "richard" icon = 'icons/obj/clothing/vg_clothes.dmi' flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEHAIR - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/megahelmet name = "DRN-001 Helmet" @@ -48,7 +46,6 @@ item_state = "megahelmet" icon = 'icons/obj/clothing/vg_clothes.dmi' siemens_coefficient = 1 - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/protohelmet name = "Prototype Helmet" @@ -57,7 +54,6 @@ item_state = "protohelmet" icon = 'icons/obj/clothing/vg_clothes.dmi' siemens_coefficient = 1 - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/megaxhelmet name = "Maverick Hunter Helmet" @@ -66,7 +62,6 @@ item_state = "megaxhelmet" icon = 'icons/obj/clothing/vg_clothes.dmi' siemens_coefficient = 1 - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/joehelmet name = "Sniper Helmet" @@ -76,7 +71,6 @@ item_state = "joehelmet" icon = 'icons/obj/clothing/vg_clothes.dmi' siemens_coefficient = 1 - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/doomguy name = "Doomguy's helmet" @@ -87,7 +81,6 @@ icon = 'icons/obj/clothing/vg_clothes.dmi' armor = list(melee = 50, bullet = 40, laser = 40,energy = 40, bomb = 5, bio = 0, rad = 0) siemens_coefficient = 1 - icon = 'icons/obj/clothing/vg_clothes.dmi' /obj/item/clothing/head/helmet/neorussian name = "neo-Russian helmet"