From 3c65734d01c533980e7a34cc1354ff2e16a28e03 Mon Sep 17 00:00:00 2001 From: KasparoVy <12377767+KasparoVy@users.noreply.github.com> Date: Wed, 18 Nov 2020 20:57:44 -0500 Subject: [PATCH] Makes More Sense --- .../clothing/suits/aliens/seromi_vr.dm | 25 ++++++++----------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/code/modules/clothing/suits/aliens/seromi_vr.dm b/code/modules/clothing/suits/aliens/seromi_vr.dm index d59ea9b20d9..3019fd44542 100644 --- a/code/modules/clothing/suits/aliens/seromi_vr.dm +++ b/code/modules/clothing/suits/aliens/seromi_vr.dm @@ -1,18 +1,3 @@ -//Chompstation teshari cloaks -/obj/item/clothing/suit/storage/seromi/cloak/standard/dark_retrowave - name = "dark aesthetic cloak" - icon_state = "tesh_cloak_dretrowave" - item_state = "tesh_cloak_dretrowave" - icon = 'icons/mob/species/seromi/teshari_cloak_vr.dmi' - icon_override = 'icons/mob/species/seromi/teshari_cloak_vr.dmi' - -/obj/item/clothing/suit/storage/seromi/cloak/standard/black_glow - name = "black and glowing cloak" - icon_state = "tesh_cloak_bglowing" - item_state = "tesh_cloak_bglowing" - icon = 'icons/mob/species/seromi/teshari_cloak_vr.dmi' - icon_override = 'icons/mob/species/seromi/teshari_cloak_vr.dmi' - //Hooded teshari cloaks /obj/item/clothing/suit/storage/hooded/teshari name = "Hooded Teshari Cloak" @@ -636,6 +621,16 @@ icon_state = "tesh_cloak_bw" item_state = "tesh_cloak_bw" +/obj/item/clothing/suit/storage/teshari/cloak_vr/standard/black_glow + name = "black and glowing cloak (VR)" + icon_state = "tesh_cloak_bglowing" + item_state = "tesh_cloak_bglowing" + +/obj/item/clothing/suit/storage/teshari/cloak_vr/standard/dark_retrowave + name = "dark aesthetic cloak (VR)" + icon_state = "tesh_cloak_dretrowave" + item_state = "tesh_cloak_dretrowave" + /obj/item/clothing/suit/storage/teshari/cloak_vr/standard/white name = "white cloak (VR)" icon_state = "tesh_cloak_wn"