mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Merge pull request #1849 from kcin2001/master
Teshari cloaks and undersuits
This commit is contained in:
@@ -32,4 +32,34 @@
|
||||
display_name = "alien mask (Vox)"
|
||||
path = /obj/item/clothing/mask/gas/swat/vox
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = "Vox"
|
||||
whitelisted = "Vox"
|
||||
|
||||
//TESH STOOF
|
||||
|
||||
/datum/gear/uniform/tesh_undercoats
|
||||
display_name = "teshari undercoat selection"
|
||||
path = /obj/item/clothing/under/seromi/undercoat/black_orange
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = "Teshari"
|
||||
|
||||
/datum/gear/uniform/tesh_undercoats/New()
|
||||
..()
|
||||
var/list/undercoats= list()
|
||||
for(var/coat in typesof(/obj/item/clothing/under/seromi/undercoat))
|
||||
var/obj/item/clothing/under/seromi/undercoat/coats = coat
|
||||
undercoats[initial(coats.name)] = coats
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(undercoats))
|
||||
|
||||
/datum/gear/suit/tesh_cloaks
|
||||
display_name = "Teshari Cloak selection"
|
||||
path = /obj/item/clothing/suit/storage/seromi/cloak/
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = "Teshari"
|
||||
|
||||
/datum/gear/suit/tesh_cloaks/New()//i hate this code -the person who is trying for a whole day to make this code work
|
||||
..()
|
||||
var/list/teshsuits = list()
|
||||
for(var/tsuit in typesof(/obj/item/clothing/suit/storage/seromi/cloak))
|
||||
var/obj/item/clothing/suit/storage/seromi/cloak/tsuit_type = tsuit
|
||||
teshsuits[initial(tsuit_type.name)] = tsuit_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(teshsuits))
|
||||
|
||||
@@ -1316,3 +1316,277 @@ Departamental Swimsuits, for general use
|
||||
icon = 'icons/vore/custom_clothes_vr.dmi'
|
||||
icon_state = "alfonso_visor"
|
||||
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
||||
|
||||
//For general use if general means teshari players only
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat
|
||||
desc = "A Teshari traditional garb, with a modern twist! Made of micro and nanofibres to make it light and billowy, perfect for going fast and stylishly!"
|
||||
icon = 'icons/mob/species/seromi/tesh_uniform_vr.dmi'
|
||||
icon_override = 'icons/mob/species/seromi/tesh_uniform_vr.dmi'
|
||||
icon_state = "tesh_uniform_bo"
|
||||
item_state = "tesh_uniform_bo"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_orange
|
||||
name = "black and orange undercoat"
|
||||
icon_state = "tesh_uniform_bo"
|
||||
item_state = "tesh_uniform_bo"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_grey
|
||||
name = "black and grey undercoat"
|
||||
icon_state = "tesh_uniform_bg"
|
||||
item_state = "tesh_uniform_bg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_midgrey
|
||||
name = "black and medium grey undercoat"
|
||||
icon_state = "tesh_uniform_bmg"
|
||||
item_state = "tesh_uniform_bmg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_lightgrey
|
||||
name = "black and light grey undercoat"
|
||||
icon_state = "tesh_uniform_blg"
|
||||
item_state = "tesh_uniform_blg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_white
|
||||
name = "black and white undercoat"
|
||||
icon_state = "tesh_uniform_bw"
|
||||
item_state = "tesh_uniform_bw"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_red
|
||||
name = "black and red undercoat"
|
||||
icon_state = "tesh_uniform_br"
|
||||
item_state = "tesh_uniform_br"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black
|
||||
name = "black undercoat"
|
||||
icon_state = "tesh_uniform_bn"
|
||||
item_state = "tesh_uniform_bn"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_yellow
|
||||
name = "black and yellow undercoat"
|
||||
icon_state = "tesh_uniform_by"
|
||||
item_state = "tesh_uniform_by"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_green
|
||||
name = "black and Green undercoat"
|
||||
icon_state = "tesh_uniform_bgr"
|
||||
item_state = "tesh_uniform_bgr"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_blue
|
||||
name = "black and blue undercoat"
|
||||
icon_state = "tesh_uniform_bbl"
|
||||
item_state = "tesh_uniform_bbl"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_purple
|
||||
name = "black and purple undercoat"
|
||||
icon_state = "tesh_uniform_bp"
|
||||
item_state = "tesh_uniform_bp"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_pink
|
||||
name = "black and pink undercoat"
|
||||
icon_state = "tesh_uniform_bpi"
|
||||
item_state = "tesh_uniform_bpi"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/black_brown
|
||||
name = "black and brown undercoat"
|
||||
icon_state = "tesh_uniform_bbr"
|
||||
item_state = "tesh_uniform_bbr"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/orange_grey
|
||||
name = "orange and grey undercoat"
|
||||
icon_state = "tesh_uniform_og"
|
||||
item_state = "tesh_uniform_og"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/rainbow
|
||||
name = "rainbow undercoat"
|
||||
icon_state = "tesh_uniform_rainbow"
|
||||
item_state = "tesh_uniform_rainbow"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/lightgrey_grey
|
||||
name = "light grey and grey undercoat"
|
||||
icon_state = "tesh_uniform_lgg"
|
||||
item_state = "tesh_uniform_lgg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/white_grey
|
||||
name = "white and grey undercoat"
|
||||
icon_state = "tesh_uniform_wg"
|
||||
item_state = "tesh_uniform_wg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/red_grey
|
||||
name = "red and grey undercoat"
|
||||
icon_state = "tesh_uniform_rg"
|
||||
item_state = "tesh_uniform_rg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/orange
|
||||
name = "orange undercoat"
|
||||
icon_state = "tesh_uniform_on"
|
||||
item_state = "tesh_uniform_on"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/yellow_grey
|
||||
name = "yellow and grey undercoat"
|
||||
icon_state = "tesh_uniform_yg"
|
||||
item_state = "tesh_uniform_yg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/green_grey
|
||||
name = "green and grey undercoat"
|
||||
icon_state = "tesh_uniform_gg"
|
||||
item_state = "tesh_uniform_gg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/blue_grey
|
||||
name = "blue and grey undercoat"
|
||||
icon_state = "tesh_uniform_blg"
|
||||
item_state = "tesh_uniform_blg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/purple_grey
|
||||
name = "purple and grey undercoat"
|
||||
icon_state = "tesh_uniform_pg"
|
||||
item_state = "tesh_uniform_pg"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/pink_grey
|
||||
name = "black and orange undercoat"
|
||||
icon_state = "tesh_uniform_pig"
|
||||
item_state = "tesh_uniform_pig"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat/brown_grey
|
||||
name = "purple and grey undercoat"
|
||||
icon_state = "tesh_uniform_brg"
|
||||
item_state = "tesh_uniform_brg"
|
||||
|
||||
|
||||
//now to do the cloaks
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak
|
||||
name = "black and orange cloak "
|
||||
desc = "It drapes over a Teshari's shoulders and closes at the neck with pockets convienently placed inside."
|
||||
icon = 'icons/mob/species/seromi/tesh_cloak_vr.dmi'
|
||||
icon_override = 'icons/mob/species/seromi/tesh_cloak_vr.dmi'
|
||||
icon_state = "tesh_cloak_bo"
|
||||
item_state = "tesh_cloak_bo"
|
||||
species_restricted = list("Teshari")
|
||||
body_parts_covered = UPPER_TORSO|ARMS
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_orange
|
||||
name = "black and orange cloak"
|
||||
icon_state = "tesh_cloak_bo"
|
||||
item_state = "tesh_cloak_bo"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_grey
|
||||
name = "black and grey cloak"
|
||||
icon_state = "tesh_cloak_bg"
|
||||
item_state = "tesh_cloak_bg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_midgrey
|
||||
name = "black and medium grey cloak"
|
||||
icon_state = "tesh_cloak_bmg"
|
||||
item_state = "tesh_cloak_bmg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_lightgrey
|
||||
name = "black and light grey cloak"
|
||||
icon_state = "tesh_cloak_blg"
|
||||
item_state = "tesh_cloak_blg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_white
|
||||
name = "black and white cloak"
|
||||
icon_state = "tesh_cloak_bw"
|
||||
item_state = "tesh_cloak_bw"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_red
|
||||
name = "black and red cloak"
|
||||
icon_state = "tesh_cloak_br"
|
||||
item_state = "tesh_cloak_br"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black
|
||||
name = "black cloak"
|
||||
icon_state = "tesh_cloak_bn"
|
||||
item_state = "tesh_cloak_bn"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_yellow
|
||||
name = "black and yellow cloak"
|
||||
icon_state = "tesh_cloak_by"
|
||||
item_state = "tesh_cloak_by"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_green
|
||||
name = "black and Green cloak"
|
||||
icon_state = "tesh_cloak_bgr"
|
||||
item_state = "tesh_cloak_bgr"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_blue
|
||||
name = "black and blue cloak"
|
||||
icon_state = "tesh_cloak_bbl"
|
||||
item_state = "tesh_cloak_bbl"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_purple
|
||||
name = "black and purple cloak"
|
||||
icon_state = "tesh_cloak_bp"
|
||||
item_state = "tesh_cloak_bp"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_pink
|
||||
name = "black and pink cloak"
|
||||
icon_state = "tesh_cloak_bpi"
|
||||
item_state = "tesh_cloak_bpi"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/black_brown
|
||||
name = "black and brown cloak"
|
||||
icon_state = "tesh_cloak_bbr"
|
||||
item_state = "tesh_cloak_bbr"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/orange_grey
|
||||
name = "orange and grey cloak"
|
||||
icon_state = "tesh_cloak_og"
|
||||
item_state = "tesh_cloak_og"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/rainbow
|
||||
name = "rainbow cloak"
|
||||
icon_state = "tesh_cloak_rainbow"
|
||||
item_state = "tesh_cloak_rainbow"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/lightgrey_grey
|
||||
name = "light grey and grey cloak"
|
||||
icon_state = "tesh_cloak_lgg"
|
||||
item_state = "tesh_cloak_lgg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/white_grey
|
||||
name = "white and grey cloak"
|
||||
icon_state = "tesh_cloak_wg"
|
||||
item_state = "tesh_cloak_wg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/red_grey
|
||||
name = "red and grey cloak"
|
||||
icon_state = "tesh_cloak_rg"
|
||||
item_state = "tesh_cloak_rg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/orange
|
||||
name = "orange cloak"
|
||||
icon_state = "tesh_cloak_on"
|
||||
item_state = "tesh_cloak_on"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/yellow_grey
|
||||
name = "yellow and grey cloak"
|
||||
icon_state = "tesh_cloak_yg"
|
||||
item_state = "tesh_cloak_yg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/green_grey
|
||||
name = "green and grey cloak"
|
||||
icon_state = "tesh_cloak_gg"
|
||||
item_state = "tesh_cloak_gg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/blue_grey
|
||||
name = "blue and grey cloak"
|
||||
icon_state = "tesh_cloak_blg"
|
||||
item_state = "tesh_cloak_blg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/purple_grey
|
||||
name = "purple and grey cloak"
|
||||
icon_state = "tesh_cloak_pg"
|
||||
item_state = "tesh_cloak_pg"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/pink_grey
|
||||
name = "black and orange cloak"
|
||||
icon_state = "tesh_cloak_pig"
|
||||
item_state = "tesh_cloak_pig"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/brown_grey
|
||||
name = "purple and grey cloak"
|
||||
icon_state = "tesh_cloak_brg"
|
||||
item_state = "tesh_cloak_brg"
|
||||
|
||||
Reference in New Issue
Block a user