Update and rename seromi_yw.dm to teshari_yw.dm

This commit is contained in:
Nadyr
2021-03-30 02:16:18 -04:00
committed by GitHub
parent 22dd470d53
commit 7e298cd283

View File

@@ -1,25 +1,25 @@
//Added from CHOMP https://github.com/CHOMPStation2/CHOMPStation2/pull/207 //Added from CHOMP https://github.com/CHOMPStation2/CHOMPStation2/pull/207
//Chompstation teshari cloaks //Chompstation teshari cloaks
/obj/item/clothing/suit/storage/seromi/cloak/standard/dark_retrowave /obj/item/clothing/suit/storage/teshari/cloak/standard/dark_retrowave
name = "dark aesthetic cloak" name = "dark aesthetic cloak"
icon_state = "tesh_cloak_dretrowave" icon_state = "tesh_cloak_dretrowave"
item_state = "tesh_cloak_dretrowave" item_state = "tesh_cloak_dretrowave"
icon = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
icon_override = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon_override = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
/obj/item/clothing/suit/storage/seromi/cloak/standard/black_glow /obj/item/clothing/suit/storage/teshari/cloak/standard/black_glow
name = "black and glowing cloak" name = "black and glowing cloak"
icon_state = "tesh_cloak_bglowing" icon_state = "tesh_cloak_bglowing"
item_state = "tesh_cloak_bglowing" item_state = "tesh_cloak_bglowing"
icon = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
icon_override = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon_override = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
//Hooded teshari cloaks //Hooded teshari cloaks
/obj/item/clothing/suit/storage/hooded/teshari /obj/item/clothing/suit/storage/hooded/teshari
name = "Hooded Teshari Cloak" name = "Hooded Teshari Cloak"
desc = "A soft teshari cloak with an added hood." desc = "A soft teshari cloak with an added hood."
icon_override = 'icons/mob/species/seromi/teshari_hood_yw.dmi' icon_override = 'icons/mob/species/teshari/teshari_hood_yw.dmi'
icon = 'icons/mob/species/seromi/teshari_hood_yw.dmi' icon = 'icons/mob/species/teshari/teshari_hood_yw.dmi'
icon_state = "tesh_hcloak_bo" icon_state = "tesh_hcloak_bo"
item_state_slots = list(slot_r_hand_str = "tesh_hcloak_bo", slot_l_hand_str = "tesh_hcloak_bo") item_state_slots = list(slot_r_hand_str = "tesh_hcloak_bo", slot_l_hand_str = "tesh_hcloak_bo")
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
@@ -32,8 +32,8 @@
/obj/item/clothing/head/tesh_hood /obj/item/clothing/head/tesh_hood
name = "Cloak Hood" name = "Cloak Hood"
desc = "A hood attached to a teshari cloak." desc = "A hood attached to a teshari cloak."
icon_override = 'icons/mob/species/seromi/teshari_hood_yw.dmi' icon_override = 'icons/mob/species/teshari/teshari_hood_yw.dmi'
icon = 'icons/mob/species/seromi/teshari_hood_yw.dmi' icon = 'icons/mob/species/teshari/teshari_hood_yw.dmi'
icon_state = "tesh_hood_bo" icon_state = "tesh_hood_bo"
item_state_slots = list(slot_r_hand_str = "tesh_hood_bo", slot_l_hand_str = "tesh_hood_bo") item_state_slots = list(slot_r_hand_str = "tesh_hood_bo", slot_l_hand_str = "tesh_hood_bo")
flags_inv = BLOCKHAIR flags_inv = BLOCKHAIR
@@ -314,261 +314,261 @@
icon_state = "tesh_hood_brg" icon_state = "tesh_hood_brg"
item_state = "tesh_hood_brg" item_state = "tesh_hood_brg"
/obj/item/clothing/suit/storage/seromi/beltcloak /obj/item/clothing/suit/storage/teshari/beltcloak
name = "belted cloak" name = "belted cloak"
desc = "A more ridged and stylized Teshari cloak." desc = "A more ridged and stylized Teshari cloak."
icon = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
icon_override = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon_override = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
icon_state = "tesh_beltcloak_bo" icon_state = "tesh_beltcloak_bo"
item_state = "tesh_beltcloak_bo" item_state = "tesh_beltcloak_bo"
species_restricted = list(SPECIES_TESHARI) species_restricted = list(SPECIES_TESHARI)
body_parts_covered = UPPER_TORSO|ARMS body_parts_covered = UPPER_TORSO|ARMS
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_orange /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_orange
name = "black belted cloak (orange)" name = "black belted cloak (orange)"
icon_state = "tesh_beltcloak_bo" icon_state = "tesh_beltcloak_bo"
item_state = "tesh_beltcloak_bo" item_state = "tesh_beltcloak_bo"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_grey
name = "black belted cloak" name = "black belted cloak"
icon_state = "tesh_beltcloak_bg" icon_state = "tesh_beltcloak_bg"
item_state = "tesh_beltcloak_bg" item_state = "tesh_beltcloak_bg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_midgrey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_midgrey
name = "black belted cloak (medium grey)" name = "black belted cloak (medium grey)"
icon_state = "tesh_beltcloak_bmg" icon_state = "tesh_beltcloak_bmg"
item_state = "tesh_beltcloak_bmg" item_state = "tesh_beltcloak_bmg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_lightgrey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_lightgrey
name = "black belted cloak (light grey)" name = "black belted cloak (light grey)"
icon_state = "tesh_beltcloak_blg" icon_state = "tesh_beltcloak_blg"
item_state = "tesh_beltcloak_blg" item_state = "tesh_beltcloak_blg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_white /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_white
name = "black belted cloak (white)" name = "black belted cloak (white)"
icon_state = "tesh_beltcloak_bw" icon_state = "tesh_beltcloak_bw"
item_state = "tesh_beltcloak_bw" item_state = "tesh_beltcloak_bw"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_red /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_red
name = "black belted cloak (red)" name = "black belted cloak (red)"
icon_state = "tesh_beltcloak_br" icon_state = "tesh_beltcloak_br"
item_state = "tesh_beltcloak_br" item_state = "tesh_beltcloak_br"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black
name = "black simple belted cloak" name = "black simple belted cloak"
icon_state = "tesh_beltcloak_bn" icon_state = "tesh_beltcloak_bn"
item_state = "tesh_beltcloak_bn" item_state = "tesh_beltcloak_bn"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_yellow /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_yellow
name = "black belted cloak (yellow)" name = "black belted cloak (yellow)"
icon_state = "tesh_beltcloak_by" icon_state = "tesh_beltcloak_by"
item_state = "tesh_beltcloak_by" item_state = "tesh_beltcloak_by"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_green /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_green
name = "black belted cloak (green)" name = "black belted cloak (green)"
icon_state = "tesh_beltcloak_bgr" icon_state = "tesh_beltcloak_bgr"
item_state = "tesh_beltcloak_bgr" item_state = "tesh_beltcloak_bgr"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_blue /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_blue
name = "black belted cloak (blue)" name = "black belted cloak (blue)"
icon_state = "tesh_beltcloak_bbl" icon_state = "tesh_beltcloak_bbl"
item_state = "tesh_beltcloak_bbl" item_state = "tesh_beltcloak_bbl"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_purple /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_purple
name = "black belted cloak (purple)" name = "black belted cloak (purple)"
icon_state = "tesh_beltcloak_bp" icon_state = "tesh_beltcloak_bp"
item_state = "tesh_beltcloak_bp" item_state = "tesh_beltcloak_bp"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_pink /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_pink
name = "black belted cloak (pink)" name = "black belted cloak (pink)"
icon_state = "tesh_beltcloak_bpi" icon_state = "tesh_beltcloak_bpi"
item_state = "tesh_beltcloak_bpi" item_state = "tesh_beltcloak_bpi"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/black_brown /obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_brown
name = "black belted cloak (brown)" name = "black belted cloak (brown)"
icon_state = "tesh_beltcloak_bbr" icon_state = "tesh_beltcloak_bbr"
item_state = "tesh_beltcloak_bbr" item_state = "tesh_beltcloak_bbr"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/orange_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/orange_grey
name = "orange belted cloak" name = "orange belted cloak"
icon_state = "tesh_beltcloak_og" icon_state = "tesh_beltcloak_og"
item_state = "tesh_beltcloak_og" item_state = "tesh_beltcloak_og"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/rainbow /obj/item/clothing/suit/storage/teshari/beltcloak/standard/rainbow
name = "rainbow belted cloak" name = "rainbow belted cloak"
icon_state = "tesh_beltcloak_rainbow" icon_state = "tesh_beltcloak_rainbow"
item_state = "tesh_beltcloak_rainbow" item_state = "tesh_beltcloak_rainbow"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/lightgrey_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/lightgrey_grey
name = "light grey belted cloak" name = "light grey belted cloak"
icon_state = "tesh_beltcloak_lgg" icon_state = "tesh_beltcloak_lgg"
item_state = "tesh_beltcloak_lgg" item_state = "tesh_beltcloak_lgg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/white_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/white_grey
name = "white belted cloak" name = "white belted cloak"
icon_state = "tesh_beltcloak_wg" icon_state = "tesh_beltcloak_wg"
item_state = "tesh_beltcloak_wg" item_state = "tesh_beltcloak_wg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/red_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/red_grey
name = "red belted cloak" name = "red belted cloak"
icon_state = "tesh_beltcloak_rg" icon_state = "tesh_beltcloak_rg"
item_state = "tesh_beltcloak_rg" item_state = "tesh_beltcloak_rg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/orange /obj/item/clothing/suit/storage/teshari/beltcloak/standard/orange
name = "orange simple belted cloak" name = "orange simple belted cloak"
icon_state = "tesh_beltcloak_on" icon_state = "tesh_beltcloak_on"
item_state = "tesh_beltcloak_on" item_state = "tesh_beltcloak_on"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/yellow_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/yellow_grey
name = "yellow belted cloak" name = "yellow belted cloak"
icon_state = "tesh_beltcloak_yg" icon_state = "tesh_beltcloak_yg"
item_state = "tesh_beltcloak_yg" item_state = "tesh_beltcloak_yg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/green_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/green_grey
name = "green belted cloak" name = "green belted cloak"
icon_state = "tesh_beltcloak_gg" icon_state = "tesh_beltcloak_gg"
item_state = "tesh_beltcloak_gg" item_state = "tesh_beltcloak_gg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/blue_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/blue_grey
name = "blue belted cloak" name = "blue belted cloak"
icon_state = "tesh_beltcloak_blug" icon_state = "tesh_beltcloak_blug"
item_state = "tesh_beltcloak_blug" item_state = "tesh_beltcloak_blug"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/purple_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/purple_grey
name = "purple belted cloak" name = "purple belted cloak"
icon_state = "tesh_beltcloak_pg" icon_state = "tesh_beltcloak_pg"
item_state = "tesh_beltcloak_pg" item_state = "tesh_beltcloak_pg"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/pink_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/pink_grey
name = "pink belted cloak" name = "pink belted cloak"
icon_state = "tesh_beltcloak_pig" icon_state = "tesh_beltcloak_pig"
item_state = "tesh_beltcloak_pig" item_state = "tesh_beltcloak_pig"
/obj/item/clothing/suit/storage/seromi/beltcloak/standard/brown_grey /obj/item/clothing/suit/storage/teshari/beltcloak/standard/brown_grey
name = "brown belted cloak" name = "brown belted cloak"
icon_state = "tesh_beltcloak_brg" icon_state = "tesh_beltcloak_brg"
item_state = "tesh_beltcloak_brg" item_state = "tesh_beltcloak_brg"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs /obj/item/clothing/suit/storage/teshari/beltcloak/jobs
icon = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
icon_override = 'icons/mob/species/seromi/teshari_cloak_yw.dmi' icon_override = 'icons/mob/species/teshari/teshari_cloak_yw.dmi'
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/cargo /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/cargo
name = "cargo belted cloak" name = "cargo belted cloak"
desc = "A soft Teshari cloak made for the Cargo department" desc = "A soft Teshari cloak made for the Cargo department"
icon_state = "tesh_beltcloak_car" icon_state = "tesh_beltcloak_car"
item_state = "tesh_beltcloak_car" item_state = "tesh_beltcloak_car"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/mining /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/mining
name = "mining belted cloak" name = "mining belted cloak"
desc = "A soft Teshari cloak made for Mining" desc = "A soft Teshari cloak made for Mining"
icon_state = "tesh_beltcloak_mine" icon_state = "tesh_beltcloak_mine"
item_state = "tesh_beltcloak_mine" item_state = "tesh_beltcloak_mine"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/command /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/command
name = "command belted cloak" name = "command belted cloak"
desc = "A soft Teshari cloak made for the Command department" desc = "A soft Teshari cloak made for the Command department"
icon_state = "tesh_beltcloak_comm" icon_state = "tesh_beltcloak_comm"
item_state = "tesh_beltcloak_comm" item_state = "tesh_beltcloak_comm"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/ce /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/ce
name = "chief engineer belted cloak" name = "chief engineer belted cloak"
desc = "A soft Teshari cloak made the Chief Engineer" desc = "A soft Teshari cloak made the Chief Engineer"
icon_state = "tesh_beltcloak_ce" icon_state = "tesh_beltcloak_ce"
item_state = "tesh_beltcloak_ce" item_state = "tesh_beltcloak_ce"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/eningeer /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/eningeer
name = "engineering belted cloak" name = "engineering belted cloak"
desc = "A soft Teshari cloak made for the Engineering department" desc = "A soft Teshari cloak made for the Engineering department"
icon_state = "tesh_beltcloak_engie" icon_state = "tesh_beltcloak_engie"
item_state = "tesh_beltcloak_engie" item_state = "tesh_beltcloak_engie"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/atmos /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/atmos
name = "atmospherics belted cloak" name = "atmospherics belted cloak"
desc = "A soft Teshari cloak made for the Atmospheric Technician" desc = "A soft Teshari cloak made for the Atmospheric Technician"
icon_state = "tesh_beltcloak_atmos" icon_state = "tesh_beltcloak_atmos"
item_state = "tesh_beltcloak_atmos" item_state = "tesh_beltcloak_atmos"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/cmo /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/cmo
name = "chief medical officer belted cloak" name = "chief medical officer belted cloak"
desc = "A soft Teshari cloak made the Chief Medical Officer" desc = "A soft Teshari cloak made the Chief Medical Officer"
icon_state = "tesh_beltcloak_cmo" icon_state = "tesh_beltcloak_cmo"
item_state = "tesh_beltcloak_cmo" item_state = "tesh_beltcloak_cmo"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/medical /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/medical
name = "medical belted cloak" name = "medical belted cloak"
desc = "A soft Teshari cloak made for the Medical department" desc = "A soft Teshari cloak made for the Medical department"
icon_state = "tesh_beltcloak_doc" icon_state = "tesh_beltcloak_doc"
item_state = "tesh_beltcloak_doc" item_state = "tesh_beltcloak_doc"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/chemistry /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/chemistry
name = "chemist belted cloak" name = "chemist belted cloak"
desc = "A soft Teshari cloak made for the Chemist" desc = "A soft Teshari cloak made for the Chemist"
icon_state = "tesh_beltcloak_chem" icon_state = "tesh_beltcloak_chem"
item_state = "tesh_beltcloak_chem" item_state = "tesh_beltcloak_chem"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/viro /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/viro
name = "virologist belted cloak" name = "virologist belted cloak"
desc = "A soft Teshari cloak made for the Virologist" desc = "A soft Teshari cloak made for the Virologist"
icon_state = "tesh_beltcloak_viro" icon_state = "tesh_beltcloak_viro"
item_state = "tesh_beltcloak_viro" item_state = "tesh_beltcloak_viro"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/para /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/para
name = "paramedic belted cloak" name = "paramedic belted cloak"
desc = "A soft Teshari cloak made for the Paramedic" desc = "A soft Teshari cloak made for the Paramedic"
icon_state = "tesh_beltcloak_para" icon_state = "tesh_beltcloak_para"
item_state = "tesh_beltcloak_para" item_state = "tesh_beltcloak_para"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/sci /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/sci
name = "scientist belted cloak" name = "scientist belted cloak"
desc = "A soft Teshari cloak made for the Science department" desc = "A soft Teshari cloak made for the Science department"
icon_state = "tesh_beltcloak_sci" icon_state = "tesh_beltcloak_sci"
item_state = "tesh_beltcloak_sci" item_state = "tesh_beltcloak_sci"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/robo /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/robo
name = "roboticist belted cloak" name = "roboticist belted cloak"
desc = "A soft Teshari cloak made for the Roboticist" desc = "A soft Teshari cloak made for the Roboticist"
icon_state = "tesh_beltcloak_robo" icon_state = "tesh_beltcloak_robo"
item_state = "tesh_beltcloak_robo" item_state = "tesh_beltcloak_robo"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/sec /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/sec
name = "security belted cloak" name = "security belted cloak"
desc = "A soft Teshari cloak made for the Security department" desc = "A soft Teshari cloak made for the Security department"
icon_state = "tesh_beltcloak_sec" icon_state = "tesh_beltcloak_sec"
item_state = "tesh_beltcloak_sec" item_state = "tesh_beltcloak_sec"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/qm /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/qm
name = "quartermaster belted cloak" name = "quartermaster belted cloak"
desc = "A soft Teshari cloak made for the Quartermaster" desc = "A soft Teshari cloak made for the Quartermaster"
icon_state = "tesh_beltcloak_qm" icon_state = "tesh_beltcloak_qm"
item_state = "tesh_beltcloak_qm" item_state = "tesh_beltcloak_qm"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/service /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/service
name = "service belted cloak" name = "service belted cloak"
desc = "A soft Teshari cloak made for the Service department" desc = "A soft Teshari cloak made for the Service department"
icon_state = "tesh_beltcloak_serv" icon_state = "tesh_beltcloak_serv"
item_state = "tesh_beltcloak_serv" item_state = "tesh_beltcloak_serv"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/iaa /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/iaa
name = "internal affairs belted cloak" name = "internal affairs belted cloak"
desc = "A soft Teshari cloak made for the Internal Affairs Agent" desc = "A soft Teshari cloak made for the Internal Affairs Agent"
icon_state = "tesh_beltcloak_iaa" icon_state = "tesh_beltcloak_iaa"
item_state = "tesh_beltcloak_iaa" item_state = "tesh_beltcloak_iaa"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/wrdn /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/wrdn
name = "warden belted cloak" name = "warden belted cloak"
desc = "A soft Teshari cloak made for the Warden" desc = "A soft Teshari cloak made for the Warden"
icon_state = "tesh_beltcloak_wrdn" icon_state = "tesh_beltcloak_wrdn"
item_state = "tesh_beltcloak_wrdn" item_state = "tesh_beltcloak_wrdn"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/hos /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/hos
name = "security chief belted cloak" name = "security chief belted cloak"
desc = "A soft Teshari cloak made for the Head of Security" desc = "A soft Teshari cloak made for the Head of Security"
icon_state = "tesh_beltcloak_hos" icon_state = "tesh_beltcloak_hos"
item_state = "tesh_beltcloak_hos" item_state = "tesh_beltcloak_hos"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/jani /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/jani
name = "janitor belted cloak" name = "janitor belted cloak"
desc = "A soft Teshari cloak made for the Janitor" desc = "A soft Teshari cloak made for the Janitor"
icon_state = "tesh_beltcloak_jani" icon_state = "tesh_beltcloak_jani"
item_state = "tesh_beltcloak_jani" item_state = "tesh_beltcloak_jani"