Makes More Sense

This commit is contained in:
KasparoVy
2020-11-18 21:46:21 -05:00
parent b17adc6cb9
commit 3c65734d01
+10 -15
View File
@@ -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"