finished clothes (mostly)

This commit is contained in:
SinTwo
2016-07-13 21:39:42 -04:00
parent 976847a0b4
commit 918e65b7b9
16 changed files with 203 additions and 223 deletions

View File

@@ -38,7 +38,6 @@
//starts off as black //starts off as black
name = "black jumpsuit" name = "black jumpsuit"
icon_state = "black" icon_state = "black"
item_state = "bl_suit"
worn_state = "black" worn_state = "black"
desc = "It's a plain jumpsuit. It seems to have a small dial on the wrist." desc = "It's a plain jumpsuit. It seems to have a small dial on the wrist."
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
@@ -112,7 +111,6 @@
/obj/item/clothing/suit/chameleon /obj/item/clothing/suit/chameleon
name = "armor" name = "armor"
icon_state = "armor" icon_state = "armor"
item_state = "armor"
desc = "It appears to be a vest of standard armor, except this is embedded with a hidden holographic cloaker, allowing it to change it's appearance, but offering no protection.. It seems to have a small dial inside." desc = "It appears to be a vest of standard armor, except this is embedded with a hidden holographic cloaker, allowing it to change it's appearance, but offering no protection.. It seems to have a small dial inside."
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
var/global/list/clothing_choices var/global/list/clothing_choices
@@ -147,7 +145,6 @@
/obj/item/clothing/shoes/chameleon /obj/item/clothing/shoes/chameleon
name = "black shoes" name = "black shoes"
icon_state = "black" icon_state = "black"
item_state = "black"
desc = "They're comfy black shoes, with clever cloaking technology built in. It seems to have a small dial on the back of each shoe." desc = "They're comfy black shoes, with clever cloaking technology built in. It seems to have a small dial on the back of each shoe."
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
var/global/list/clothing_choices var/global/list/clothing_choices
@@ -162,7 +159,6 @@
name = "black shoes" name = "black shoes"
desc = "A pair of black shoes." desc = "A pair of black shoes."
icon_state = "black" icon_state = "black"
item_state = "black"
update_icon() update_icon()
update_clothing_icon() update_clothing_icon()
@@ -183,7 +179,6 @@
/obj/item/weapon/storage/backpack/chameleon /obj/item/weapon/storage/backpack/chameleon
name = "backpack" name = "backpack"
icon_state = "backpack" icon_state = "backpack"
item_state = "backpack"
desc = "A backpack outfitted with cloaking tech. It seems to have a small dial inside, kept away from the storage." desc = "A backpack outfitted with cloaking tech. It seems to have a small dial inside, kept away from the storage."
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
var/global/list/clothing_choices var/global/list/clothing_choices
@@ -198,7 +193,6 @@
name = "backpack" name = "backpack"
desc = "You wear this on your back and put items into it." desc = "You wear this on your back and put items into it."
icon_state = "backpack" icon_state = "backpack"
item_state = "backpack"
update_icon() update_icon()
if (ismob(src.loc)) if (ismob(src.loc))
var/mob/M = src.loc var/mob/M = src.loc
@@ -226,7 +220,6 @@
/obj/item/clothing/gloves/chameleon /obj/item/clothing/gloves/chameleon
name = "black gloves" name = "black gloves"
icon_state = "black" icon_state = "black"
item_state = "bgloves"
desc = "It looks like a pair of gloves, but it seems to have a small dial inside." desc = "It looks like a pair of gloves, but it seems to have a small dial inside."
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
var/global/list/clothing_choices var/global/list/clothing_choices
@@ -261,7 +254,6 @@
/obj/item/clothing/mask/chameleon /obj/item/clothing/mask/chameleon
name = "gas mask" name = "gas mask"
icon_state = "gas_alt" icon_state = "gas_alt"
item_state = "gas_alt"
desc = "It looks like a plain gask mask, but on closer inspection, it seems to have a small dial inside." desc = "It looks like a plain gask mask, but on closer inspection, it seems to have a small dial inside."
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
var/global/list/clothing_choices var/global/list/clothing_choices
@@ -333,7 +325,6 @@
desc = "Can hold various things. It also has a small dial inside one of the pouches." desc = "Can hold various things. It also has a small dial inside one of the pouches."
icon = 'icons/obj/clothing/belts.dmi' icon = 'icons/obj/clothing/belts.dmi'
icon_state = "utilitybelt" icon_state = "utilitybelt"
item_state = "utility"
origin_tech = list(TECH_ILLEGAL = 3) origin_tech = list(TECH_ILLEGAL = 3)
var/list/clothing_choices = list() var/list/clothing_choices = list()
@@ -346,7 +337,6 @@
name = "belt" name = "belt"
desc = "Can hold various things." desc = "Can hold various things."
icon_state = "utilitybelt" icon_state = "utilitybelt"
item_state = "utility"
update_icon() update_icon()
if(ismob(src.loc)) if(ismob(src.loc))
var/mob/M = src.loc var/mob/M = src.loc

View File

@@ -1,7 +1,6 @@
/obj/item/clothing/under/color/black /obj/item/clothing/under/color/black
name = "black jumpsuit" name = "black jumpsuit"
icon_state = "black" icon_state = "black"
item_state = "bl_suit"
worn_state = "black" worn_state = "black"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -9,34 +8,30 @@
name = "feminine black jumpsuit" name = "feminine black jumpsuit"
desc = "It's very smart and in a ladies-size!" desc = "It's very smart and in a ladies-size!"
icon_state = "black" icon_state = "black"
item_state = "bl_suit"
worn_state = "blackf" worn_state = "blackf"
/obj/item/clothing/under/color/blackjumpskirt /obj/item/clothing/under/color/blackjumpskirt
name = "black jumpskirt" name = "black jumpskirt"
desc = "A slimming black jumpskirt." desc = "A slimming black jumpskirt."
icon_state = "blackjumpskirt" icon_state = "blackjumpskirt"
item_state = "bl_suit" item_state = "black"
worn_state = "blackjumpskirt" worn_state = "blackjumpskirt"
/obj/item/clothing/under/color/blue /obj/item/clothing/under/color/blue
name = "blue jumpsuit" name = "blue jumpsuit"
icon_state = "blue" icon_state = "blue"
item_state = "b_suit"
worn_state = "blue" worn_state = "blue"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/color/green /obj/item/clothing/under/color/green
name = "green jumpsuit" name = "green jumpsuit"
icon_state = "green" icon_state = "green"
item_state = "g_suit"
worn_state = "green" worn_state = "green"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/color/grey /obj/item/clothing/under/color/grey
name = "grey jumpsuit" name = "grey jumpsuit"
icon_state = "grey" icon_state = "grey"
item_state = "gy_suit"
worn_state = "grey" worn_state = "grey"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -44,7 +39,6 @@
name = "orange jumpsuit" name = "orange jumpsuit"
desc = "It's standardised prisoner-wear. Its suit sensors are stuck in the \"Fully On\" position." desc = "It's standardised prisoner-wear. Its suit sensors are stuck in the \"Fully On\" position."
icon_state = "orange" icon_state = "orange"
item_state = "o_suit"
worn_state = "orange" worn_state = "orange"
has_sensor = 2 has_sensor = 2
sensor_mode = 3 sensor_mode = 3
@@ -53,28 +47,24 @@
/obj/item/clothing/under/color/pink /obj/item/clothing/under/color/pink
name = "pink jumpsuit" name = "pink jumpsuit"
icon_state = "pink" icon_state = "pink"
item_state = "p_suit"
worn_state = "pink" worn_state = "pink"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/color/red /obj/item/clothing/under/color/red
name = "red jumpsuit" name = "red jumpsuit"
icon_state = "red" icon_state = "red"
item_state = "r_suit"
worn_state = "red" worn_state = "red"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/color/white /obj/item/clothing/under/color/white
name = "white jumpsuit" name = "white jumpsuit"
icon_state = "white" icon_state = "white"
item_state = "w_suit"
worn_state = "white" worn_state = "white"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/color/yellow /obj/item/clothing/under/color/yellow
name = "yellow jumpsuit" name = "yellow jumpsuit"
icon_state = "yellow" icon_state = "yellow"
item_state = "y_suit"
worn_state = "yellow" worn_state = "yellow"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -82,14 +72,13 @@
name = "psychedelic jumpsuit" name = "psychedelic jumpsuit"
desc = "Groovy!" desc = "Groovy!"
icon_state = "psyche" icon_state = "psyche"
item_state = "psyche"
worn_state = "psyche" worn_state = "psyche"
/obj/item/clothing/under/color/lightblue /obj/item/clothing/under/color/lightblue
name = "lightblue jumpsuit" name = "lightblue jumpsuit"
desc = "A light blue jumpsuit." desc = "A light blue jumpsuit."
icon_state = "lightblue" icon_state = "lightblue"
item_state = "b_suit" item_state = "blue"
worn_state = "lightblue" worn_state = "lightblue"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -97,7 +86,7 @@
name = "aqua jumpsuit" name = "aqua jumpsuit"
desc = "An aqua jumpsuit." desc = "An aqua jumpsuit."
icon_state = "aqua" icon_state = "aqua"
item_state = "b_suit" item_state = "blue"
worn_state = "aqua" worn_state = "aqua"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -105,7 +94,6 @@
name = "purple jumpsuit" name = "purple jumpsuit"
desc = "The latest in space fashion." desc = "The latest in space fashion."
icon_state = "purple" icon_state = "purple"
item_state = "p_suit"
worn_state = "purple" worn_state = "purple"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -113,7 +101,7 @@
name = "lightpurple jumpsuit" name = "lightpurple jumpsuit"
desc = "A light purple jumpsuit." desc = "A light purple jumpsuit."
icon_state = "lightpurple" icon_state = "lightpurple"
item_state = "p_suit" item_state = "purple"
worn_state = "lightpurple" worn_state = "lightpurple"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -121,7 +109,7 @@
name = "lightgreen jumpsuit" name = "lightgreen jumpsuit"
desc = "A light green jumpsuit." desc = "A light green jumpsuit."
icon_state = "lightgreen" icon_state = "lightgreen"
item_state = "g_suit" item_state = "green"
worn_state = "lightgreen" worn_state = "lightgreen"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -129,7 +117,6 @@
name = "lightbrown jumpsuit" name = "lightbrown jumpsuit"
desc = "A light brown jumpsuit." desc = "A light brown jumpsuit."
icon_state = "lightbrown" icon_state = "lightbrown"
item_state = "lb_suit"
worn_state = "lightbrown" worn_state = "lightbrown"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -137,7 +124,7 @@
name = "brown jumpsuit" name = "brown jumpsuit"
desc = "A brown jumpsuit." desc = "A brown jumpsuit."
icon_state = "brown" icon_state = "brown"
item_state = "lb_suit" item_state = "lightbrown"
worn_state = "brown" worn_state = "brown"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -145,7 +132,7 @@
name = "yellowgreen jumpsuit" name = "yellowgreen jumpsuit"
desc = "A... yellow green jumpsuit?" desc = "A... yellow green jumpsuit?"
icon_state = "yellowgreen" icon_state = "yellowgreen"
item_state = "y_suit" item_state = "yellow"
worn_state = "yellowgreen" worn_state = "yellowgreen"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -153,7 +140,7 @@
name = "darkblue jumpsuit" name = "darkblue jumpsuit"
desc = "A dark blue jumpsuit." desc = "A dark blue jumpsuit."
icon_state = "darkblue" icon_state = "darkblue"
item_state = "b_suit" item_state = "blue"
worn_state = "darkblue" worn_state = "darkblue"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -161,7 +148,7 @@
name = "lightred jumpsuit" name = "lightred jumpsuit"
desc = "A light red jumpsuit." desc = "A light red jumpsuit."
icon_state = "lightred" icon_state = "lightred"
item_state = "r_suit" item_state = "red"
worn_state = "lightred" worn_state = "lightred"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -169,6 +156,6 @@
name = "darkred jumpsuit" name = "darkred jumpsuit"
desc = "A dark red jumpsuit." desc = "A dark red jumpsuit."
icon_state = "darkred" icon_state = "darkred"
item_state = "r_suit" item_state = "red"
worn_state = "darkred" worn_state = "darkred"
rolled_sleeves = 0 rolled_sleeves = 0

View File

@@ -61,7 +61,7 @@
desc = "It's a black jumpsuit, often worn by religious folk." desc = "It's a black jumpsuit, often worn by religious folk."
name = "chaplain's jumpsuit" name = "chaplain's jumpsuit"
icon_state = "chaplain" icon_state = "chaplain"
item_state = "bl_suit" item_state = "black"
worn_state = "chapblack" worn_state = "chapblack"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -98,7 +98,7 @@
desc = "It's a jumpsuit designed to protect against minor plant-related hazards." desc = "It's a jumpsuit designed to protect against minor plant-related hazards."
name = "botanist's jumpsuit" name = "botanist's jumpsuit"
icon_state = "hydroponics" icon_state = "hydroponics"
item_state = "g_suit" item_state = "green"
worn_state = "hydroponics" worn_state = "hydroponics"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
rolled_sleeves = 0 rolled_sleeves = 0
@@ -116,7 +116,6 @@
desc = "It's the official uniform of the station's janitor. It has minor protection from biohazards." desc = "It's the official uniform of the station's janitor. It has minor protection from biohazards."
name = "janitor's jumpsuit" name = "janitor's jumpsuit"
icon_state = "janitor" icon_state = "janitor"
item_state = "janitor"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
rolled_sleeves = 0 rolled_sleeves = 0
@@ -156,7 +155,7 @@
/obj/item/clothing/under/lawyer/purpsuit /obj/item/clothing/under/lawyer/purpsuit
name = "Purple Suit" name = "Purple Suit"
icon_state = "lawyer_purp" icon_state = "lawyer_purp"
item_state = "p_suit" item_state = "purple"
worn_state = "lawyer_purp" worn_state = "lawyer_purp"
/obj/item/clothing/under/lawyer/oldman /obj/item/clothing/under/lawyer/oldman
@@ -177,13 +176,11 @@
name = "mime's outfit" name = "mime's outfit"
desc = "It's not very colourful." desc = "It's not very colourful."
icon_state = "mime" icon_state = "mime"
item_state = "ba_suit"
worn_state = "mime" worn_state = "mime"
/obj/item/clothing/under/rank/miner /obj/item/clothing/under/rank/miner
desc = "It's a snappy jumpsuit with a sturdy set of overalls. It is very dirty." desc = "It's a snappy jumpsuit with a sturdy set of overalls. It is very dirty."
name = "shaft miner's jumpsuit" name = "shaft miner's jumpsuit"
icon_state = "miner" icon_state = "miner"
item_state = "lb_suit"
worn_state = "miner" worn_state = "miner"
rolled_sleeves = 0 rolled_sleeves = 0

View File

@@ -3,7 +3,6 @@
desc = "It's a high visibility jumpsuit given to those engineers insane enough to achieve the rank of \"Chief engineer\". It has minor radiation shielding." desc = "It's a high visibility jumpsuit given to those engineers insane enough to achieve the rank of \"Chief engineer\". It has minor radiation shielding."
name = "chief engineer's jumpsuit" name = "chief engineer's jumpsuit"
icon_state = "chiefengineer" icon_state = "chiefengineer"
item_state = "g_suit"
worn_state = "chief" worn_state = "chief"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10)
rolled_sleeves = 0 rolled_sleeves = 0
@@ -12,7 +11,6 @@
desc = "It's a jumpsuit worn by atmospheric technicians." desc = "It's a jumpsuit worn by atmospheric technicians."
name = "atmospheric technician's jumpsuit" name = "atmospheric technician's jumpsuit"
icon_state = "atmos" icon_state = "atmos"
item_state = "atmos_suit"
worn_state = "atmos" worn_state = "atmos"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -20,7 +18,6 @@
desc = "It's an orange high visibility jumpsuit worn by engineers. It has minor radiation shielding." desc = "It's an orange high visibility jumpsuit worn by engineers. It has minor radiation shielding."
name = "engineer's jumpsuit" name = "engineer's jumpsuit"
icon_state = "engine" icon_state = "engine"
item_state = "engi_suit"
worn_state = "engine" worn_state = "engine"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10)
rolled_sleeves = 0 rolled_sleeves = 0
@@ -29,6 +26,5 @@
desc = "It's a slimming black jumpsuit with reinforced seams; great for industrial work." desc = "It's a slimming black jumpsuit with reinforced seams; great for industrial work."
name = "roboticist's jumpsuit" name = "roboticist's jumpsuit"
icon_state = "robotics" icon_state = "robotics"
item_state = "bl_suit"
worn_state = "robotics" worn_state = "robotics"
rolled_sleeves = 0 rolled_sleeves = 0

View File

@@ -5,7 +5,6 @@
desc = "It's a jumpsuit worn by those with the know-how to achieve the position of \"Research Director\". Its fabric provides minor protection from biological contaminants." desc = "It's a jumpsuit worn by those with the know-how to achieve the position of \"Research Director\". Its fabric provides minor protection from biological contaminants."
name = "research director's jumpsuit" name = "research director's jumpsuit"
icon_state = "director" icon_state = "director"
item_state = "lb_suit"
worn_state = "director" worn_state = "director"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -13,7 +12,7 @@
desc = "A dress suit and slacks stained with hard work and dedication to science. Perhaps other things as well, but mostly hard work and dedication." desc = "A dress suit and slacks stained with hard work and dedication to science. Perhaps other things as well, but mostly hard work and dedication."
name = "head researcher uniform" name = "head researcher uniform"
icon_state = "rdalt" icon_state = "rdalt"
item_state = "lb_suit" item_state = "director"
worn_state = "rdalt" worn_state = "rdalt"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -21,7 +20,7 @@
name = "research director dress uniform" name = "research director dress uniform"
desc = "Feminine fashion for the style concious RD. Its fabric provides minor protection from biological contaminants." desc = "Feminine fashion for the style concious RD. Its fabric provides minor protection from biological contaminants."
icon_state = "dress_rd" icon_state = "dress_rd"
item_state = "lb_suit" item_state = "director"
worn_state = "dress_rd" worn_state = "dress_rd"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
@@ -30,7 +29,7 @@
desc = "It's made of a special fiber that provides minor protection against biohazards. It has markings that denote the wearer as a scientist." desc = "It's made of a special fiber that provides minor protection against biohazards. It has markings that denote the wearer as a scientist."
name = "scientist's jumpsuit" name = "scientist's jumpsuit"
icon_state = "science" icon_state = "science"
item_state = "w_suit" item_state = "white"
worn_state = "sciencewhite" worn_state = "sciencewhite"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 10, bio = 0, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 10, bio = 0, rad = 0)
@@ -40,7 +39,7 @@
desc = "It's made of a special fiber that gives special protection against biohazards. It has a chemist rank stripe on it." desc = "It's made of a special fiber that gives special protection against biohazards. It has a chemist rank stripe on it."
name = "chemist's jumpsuit" name = "chemist's jumpsuit"
icon_state = "chemistry" icon_state = "chemistry"
item_state = "w_suit" item_state = "white"
worn_state = "chemistrywhite" worn_state = "chemistrywhite"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -53,7 +52,7 @@
desc = "It's a jumpsuit worn by those with the experience to be \"Chief Medical Officer\". It provides minor biological protection." desc = "It's a jumpsuit worn by those with the experience to be \"Chief Medical Officer\". It provides minor biological protection."
name = "chief medical officer's jumpsuit" name = "chief medical officer's jumpsuit"
icon_state = "cmo" icon_state = "cmo"
item_state = "w_suit" item_state = "white"
worn_state = "cmo" worn_state = "cmo"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -63,7 +62,7 @@
desc = "It's made of a special fiber that gives special protection against biohazards. It has a genetics rank stripe on it." desc = "It's made of a special fiber that gives special protection against biohazards. It has a genetics rank stripe on it."
name = "geneticist's jumpsuit" name = "geneticist's jumpsuit"
icon_state = "genetics" icon_state = "genetics"
item_state = "w_suit" item_state = "white"
worn_state = "geneticswhite" worn_state = "geneticswhite"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -73,7 +72,7 @@
desc = "It's made of a special fiber that gives special protection against biohazards. It has a virologist rank stripe on it." desc = "It's made of a special fiber that gives special protection against biohazards. It has a virologist rank stripe on it."
name = "virologist's jumpsuit" name = "virologist's jumpsuit"
icon_state = "virology" icon_state = "virology"
item_state = "w_suit" item_state = "white"
worn_state = "virologywhite" worn_state = "virologywhite"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -83,7 +82,6 @@
desc = "It's a jumpsuit commonly worn by nursing staff in the medical department." desc = "It's a jumpsuit commonly worn by nursing staff in the medical department."
name = "nurse's suit" name = "nurse's suit"
icon_state = "nursesuit" icon_state = "nursesuit"
item_state = "nursesuit"
worn_state = "nursesuit" worn_state = "nursesuit"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -115,7 +113,7 @@
desc = "It's made of a special fiber that provides minor protection against biohazards. It has a cross on the chest denoting that the wearer is trained medical personnel." desc = "It's made of a special fiber that provides minor protection against biohazards. It has a cross on the chest denoting that the wearer is trained medical personnel."
name = "medical doctor's jumpsuit" name = "medical doctor's jumpsuit"
icon_state = "medical" icon_state = "medical"
item_state = "w_suit" item_state = "white"
worn_state = "medical" worn_state = "medical"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -125,7 +123,7 @@
name = "short sleeve medical jumpsuit" name = "short sleeve medical jumpsuit"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one has a cross on the chest denoting that the wearer is trained medical personnel." desc = "It's made of a special fiber that provides minor protection against biohazards. This one has a cross on the chest denoting that the wearer is trained medical personnel."
icon_state = "medical_short" icon_state = "medical_short"
item_state = "medical_short" item_state = "white"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
rolled_sleeves = -1 rolled_sleeves = -1
@@ -133,7 +131,7 @@
name = "medical scrubs" name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in baby blue." desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in baby blue."
icon_state = "scrubsblue" icon_state = "scrubsblue"
item_state = "b_suit" item_state = "blue"
worn_state = "scrubsblue" worn_state = "scrubsblue"
rolled_sleeves = -1 rolled_sleeves = -1
@@ -141,7 +139,7 @@
name = "medical scrubs" name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in dark green." desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in dark green."
icon_state = "scrubsgreen" icon_state = "scrubsgreen"
item_state = "g_suit" item_state = "green"
worn_state = "scrubsgreen" worn_state = "scrubsgreen"
rolled_sleeves = -1 rolled_sleeves = -1
@@ -149,7 +147,7 @@
name = "medical scrubs" name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in deep purple." desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in deep purple."
icon_state = "scrubspurple" icon_state = "scrubspurple"
item_state = "p_suit" item_state = "purple"
worn_state = "scrubspurple" worn_state = "scrubspurple"
rolled_sleeves = -1 rolled_sleeves = -1
@@ -157,7 +155,7 @@
name = "medical scrubs" name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in black." desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in black."
icon_state = "scrubsblack" icon_state = "scrubsblack"
item_state = "bl_suit" item_state = "black"
worn_state = "scrubsblack" worn_state = "scrubsblack"
rolled_sleeves = -1 rolled_sleeves = -1
@@ -165,7 +163,7 @@
name = "medical scrubs" name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in navy blue." desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in navy blue."
icon_state = "scrubsnavyblue" icon_state = "scrubsnavyblue"
item_state = "b_suit" item_state = "blue"
worn_state = "scrubsnavyblue" worn_state = "scrubsnavyblue"
rolled_sleeves = -1 rolled_sleeves = -1
@@ -173,18 +171,17 @@
desc = "A basic white jumpsuit. It has turqouise markings that denote the wearer as a psychiatrist." desc = "A basic white jumpsuit. It has turqouise markings that denote the wearer as a psychiatrist."
name = "psychiatrist's jumpsuit" name = "psychiatrist's jumpsuit"
icon_state = "psych" icon_state = "psych"
item_state = "w_suit" item_state = "white"
worn_state = "psych" worn_state = "psych"
/obj/item/clothing/under/rank/psych/turtleneck /obj/item/clothing/under/rank/psych/turtleneck
desc = "A turqouise turtleneck and a pair of dark blue slacks, belonging to a psychologist." desc = "A turqouise turtleneck and a pair of dark blue slacks, belonging to a psychologist."
name = "psychologist's turtleneck" name = "psychologist's turtleneck"
icon_state = "psychturtle" icon_state = "psychturtle"
item_state = "b_suit" item_state = "psyche"
worn_state = "psychturtle" worn_state = "psychturtle"
rolled_sleeves = 0 rolled_sleeves = 0
/* /*
* Medsci, unused (i think) stuff * Medsci, unused (i think) stuff
*/ */
@@ -192,7 +189,7 @@
desc = "It's made of a special fiber which provides minor protection against biohazards." desc = "It's made of a special fiber which provides minor protection against biohazards."
name = "geneticist's jumpsuit" name = "geneticist's jumpsuit"
icon_state = "genetics_new" icon_state = "genetics_new"
item_state = "w_suit" item_state = "white"
worn_state = "genetics_new" worn_state = "genetics_new"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -202,7 +199,7 @@
desc = "It's made of a special fiber which provides minor protection against biohazards." desc = "It's made of a special fiber which provides minor protection against biohazards."
name = "chemist's jumpsuit" name = "chemist's jumpsuit"
icon_state = "chemist_new" icon_state = "chemist_new"
item_state = "w_suit" item_state = "white"
worn_state = "chemist_new" worn_state = "chemist_new"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
@@ -212,7 +209,7 @@
desc = "Made of a special fiber that gives special protection against biohazards and small explosions." desc = "Made of a special fiber that gives special protection against biohazards and small explosions."
name = "scientist's jumpsuit" name = "scientist's jumpsuit"
icon_state = "scientist_new" icon_state = "scientist_new"
item_state = "w_suit" item_state = "white"
worn_state = "scientist_new" worn_state = "scientist_new"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 10, bio = 0, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 10, bio = 0, rad = 0)
@@ -222,7 +219,7 @@
desc = "Made of a special fiber that gives increased protection against biohazards." desc = "Made of a special fiber that gives increased protection against biohazards."
name = "virologist's jumpsuit" name = "virologist's jumpsuit"
icon_state = "virologist_new" icon_state = "virologist_new"
item_state = "w_suit" item_state = "white"
worn_state = "virologist_new" worn_state = "virologist_new"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)

View File

@@ -12,7 +12,7 @@
desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for more robust protection. It has the word \"Warden\" written on the shoulders." desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for more robust protection. It has the word \"Warden\" written on the shoulders."
name = "warden's jumpsuit" name = "warden's jumpsuit"
icon_state = "warden" icon_state = "warden"
item_state = "r_suit" item_state = "red" //Someone else can make these later. to save file size and my mind I'm not doing all of these. -S2-
worn_state = "warden" worn_state = "warden"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -28,7 +28,7 @@
name = "security officer's jumpsuit" name = "security officer's jumpsuit"
desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection." desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection."
icon_state = "security" icon_state = "security"
item_state = "r_suit" item_state = "red"
worn_state = "secred" worn_state = "secred"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -38,7 +38,7 @@
name = "dispatcher's uniform" name = "dispatcher's uniform"
desc = "A dress shirt and khakis with a security patch sewn on." desc = "A dress shirt and khakis with a security patch sewn on."
icon_state = "dispatch" icon_state = "dispatch"
//item_state = "dispatch" item_state = "detective"
worn_state = "dispatch" worn_state = "dispatch"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
@@ -48,7 +48,7 @@
name = "security officer's uniform" name = "security officer's uniform"
desc = "It's made of a slightly sturdier material, to allow for robust protection." desc = "It's made of a slightly sturdier material, to allow for robust protection."
icon_state = "redshirt2" icon_state = "redshirt2"
item_state = "r_suit" item_state = "red"
worn_state = "redshirt2" worn_state = "redshirt2"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -56,13 +56,13 @@
/obj/item/clothing/under/rank/security/corp /obj/item/clothing/under/rank/security/corp
icon_state = "sec_corporate" icon_state = "sec_corporate"
//item_state = "sec_corporate" item_state = "black"
worn_state = "sec_corporate" worn_state = "sec_corporate"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/rank/warden/corp /obj/item/clothing/under/rank/warden/corp
icon_state = "warden_corporate" icon_state = "warden_corporate"
//item_state = "warden_corporate" item_state = "black"
worn_state = "warden_corporate" worn_state = "warden_corporate"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -70,7 +70,7 @@
name = "tactical jumpsuit" name = "tactical jumpsuit"
desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection." desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection."
icon_state = "swatunder" icon_state = "swatunder"
//item_state = "swatunder" item_state = "green"
worn_state = "swatunder" worn_state = "swatunder"
armor = list(melee = 10, bullet = 5, laser = 5,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 5, laser = 5,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -83,7 +83,6 @@
name = "detective's suit" name = "detective's suit"
desc = "A rumpled white dress shirt paired with well-worn grey slacks." desc = "A rumpled white dress shirt paired with well-worn grey slacks."
icon_state = "detective" icon_state = "detective"
item_state = "det"
worn_state = "detective" worn_state = "detective"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -117,7 +116,7 @@
/obj/item/clothing/under/det/corporate /obj/item/clothing/under/det/corporate
name = "detective's jumpsuit" name = "detective's jumpsuit"
icon_state = "det_corporate" icon_state = "det_corporate"
item_state = "bl_suit" item_state = "black"
worn_state = "det_corporate" worn_state = "det_corporate"
desc = "A more modern uniform for corporate investigators." desc = "A more modern uniform for corporate investigators."
@@ -131,15 +130,10 @@
worn_state = "detective2_waistcoat" worn_state = "detective2_waistcoat"
desc = "A serious-looking tan dress shirt paired with freshly-pressed black slacks, complete with a red striped tie and waistcoat." desc = "A serious-looking tan dress shirt paired with freshly-pressed black slacks, complete with a red striped tie and waistcoat."
/obj/item/clothing/head/det /obj/item/clothing/head/det
name = "fedora" name = "fedora"
desc = "A brown fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it." desc = "A brown fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it."
icon_state = "detective" icon_state = "detective"
item_state_slots = list(
slot_l_hand_str = "det_hat",
slot_r_hand_str = "det_hat",
)
allowed = list(/obj/item/weapon/reagent_containers/food/snacks/candy_corn, /obj/item/weapon/pen) allowed = list(/obj/item/weapon/reagent_containers/food/snacks/candy_corn, /obj/item/weapon/pen)
armor = list(melee = 50, bullet = 5, laser = 25,energy = 10, bomb = 0, bio = 0, rad = 0) armor = list(melee = 50, bullet = 5, laser = 25,energy = 10, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -147,9 +141,9 @@
/obj/item/clothing/head/det/grey /obj/item/clothing/head/det/grey
icon_state = "detective2" icon_state = "detective2"
item_state = "detective"
desc = "A grey fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it." desc = "A grey fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it."
/* /*
* Head of Security * Head of Security
*/ */
@@ -157,7 +151,7 @@
desc = "It's a jumpsuit worn by those few with the dedication to achieve the position of \"Head of Security\". It has additional armor to protect the wearer." desc = "It's a jumpsuit worn by those few with the dedication to achieve the position of \"Head of Security\". It has additional armor to protect the wearer."
name = "head of security's jumpsuit" name = "head of security's jumpsuit"
icon_state = "hos" icon_state = "hos"
item_state = "r_suit" item_state = "red"
worn_state = "hosred" worn_state = "hosred"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.8 siemens_coefficient = 0.8
@@ -165,7 +159,7 @@
/obj/item/clothing/under/rank/head_of_security/corp /obj/item/clothing/under/rank/head_of_security/corp
icon_state = "hos_corporate" icon_state = "hos_corporate"
//item_state = "hos_corporate" item_state = "black"
worn_state = "hos_corporate" worn_state = "hos_corporate"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -180,13 +174,13 @@
name = "Dermal Armour Patch" name = "Dermal Armour Patch"
desc = "You're not quite sure how you manage to take it on and off, but it implants nicely in your head." desc = "You're not quite sure how you manage to take it on and off, but it implants nicely in your head."
icon_state = "dermal" icon_state = "dermal"
item_state = ""
siemens_coefficient = 0.6 siemens_coefficient = 0.6
/obj/item/clothing/suit/armor/hos /obj/item/clothing/suit/armor/hos
name = "armored coat" name = "armored coat"
desc = "A greatcoat enhanced with a special alloy for some protection and style." desc = "A greatcoat enhanced with a special alloy for some protection and style."
icon_state = "hos" icon_state = "hos"
item_state = "hos"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
armor = list(melee = 65, bullet = 30, laser = 50, energy = 10, bomb = 25, bio = 0, rad = 0) armor = list(melee = 65, bullet = 30, laser = 50, energy = 10, bomb = 25, bio = 0, rad = 0)
flags_inv = HIDEJUMPSUIT flags_inv = HIDEJUMPSUIT
@@ -197,7 +191,6 @@
desc = "You never asked for anything that stylish." desc = "You never asked for anything that stylish."
name = "head of security's jumpsuit" name = "head of security's jumpsuit"
icon_state = "jensen" icon_state = "jensen"
item_state = "jensen"
worn_state = "jensen" worn_state = "jensen"
siemens_coefficient = 0.6 siemens_coefficient = 0.6
rolled_sleeves = -1 rolled_sleeves = -1
@@ -206,14 +199,12 @@
name = "armored trenchcoat" name = "armored trenchcoat"
desc = "A trenchcoat augmented with a special alloy for some protection and style." desc = "A trenchcoat augmented with a special alloy for some protection and style."
icon_state = "hostrench" icon_state = "hostrench"
item_state = "hostrench"
flags_inv = 0 flags_inv = 0
siemens_coefficient = 0.6 siemens_coefficient = 0.6
/* /*
* Navy uniforms * Navy uniforms
*/ */
/obj/item/clothing/under/rank/security/navyblue /obj/item/clothing/under/rank/security/navyblue
name = "security officer's uniform" name = "security officer's uniform"
desc = "The latest in fashionable security outfits." desc = "The latest in fashionable security outfits."

View File

@@ -3,27 +3,26 @@
desc = "Sleepwear." desc = "Sleepwear."
icon_state = "red_pyjamas" icon_state = "red_pyjamas"
worn_state = "red_pyjamas" worn_state = "red_pyjamas"
item_state = "w_suit" item_state = "white"
/obj/item/clothing/under/pj/blue /obj/item/clothing/under/pj/blue
name = "blue pj's" name = "blue pj's"
desc = "Sleepwear." desc = "Sleepwear."
icon_state = "blue_pyjamas" icon_state = "blue_pyjamas"
worn_state = "blue_pyjamas" worn_state = "blue_pyjamas"
item_state = "w_suit" item_state = "white"
/obj/item/clothing/under/captain_fly /obj/item/clothing/under/captain_fly
name = "rogue's uniform" name = "rogue's uniform"
desc = "For the man who doesn't care because he's still free." desc = "For the man who doesn't care because he's still free."
icon_state = "captain_fly" icon_state = "captain_fly"
item_state = "r_suit" item_state = "red"
worn_state = "captain_fly" worn_state = "captain_fly"
/obj/item/clothing/under/scratch /obj/item/clothing/under/scratch
name = "white suit" name = "white suit"
desc = "A white suit, suitable for an excellent host" desc = "A white suit, suitable for an excellent host"
icon_state = "scratch" icon_state = "scratch"
item_state = "scratch"
worn_state = "scratch" worn_state = "scratch"
/obj/item/clothing/under/sl_suit /obj/item/clothing/under/sl_suit
@@ -31,14 +30,12 @@
name = "amish suit" name = "amish suit"
icon_state = "sl_suit" icon_state = "sl_suit"
worn_state = "sl_suit" worn_state = "sl_suit"
item_state = "sl_suit"
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/waiter /obj/item/clothing/under/waiter
name = "waiter's outfit" name = "waiter's outfit"
desc = "It's a very smart uniform with a special pocket for tip." desc = "It's a very smart uniform with a special pocket for tip."
icon_state = "waiter" icon_state = "waiter"
item_state = "waiter"
worn_state = "waiter" worn_state = "waiter"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -46,7 +43,7 @@
name = "mailman's jumpsuit" name = "mailman's jumpsuit"
desc = "<i>'Special delivery!'</i>" desc = "<i>'Special delivery!'</i>"
icon_state = "mailman" icon_state = "mailman"
item_state = "b_suit" item_state = "blue"
worn_state = "mailman" worn_state = "mailman"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -63,7 +60,7 @@
name = "vice officer's jumpsuit" name = "vice officer's jumpsuit"
desc = "It's the standard issue pretty-boy outfit, as seen on Holo-Vision." desc = "It's the standard issue pretty-boy outfit, as seen on Holo-Vision."
icon_state = "vice" icon_state = "vice"
item_state = "gy_suit" item_state = "grey"
worn_state = "vice" worn_state = "vice"
//This set of uniforms looks fairly fancy and is generally used for high-ranking NT personnel from what I've seen, so lets give them appropriate ranks. //This set of uniforms looks fairly fancy and is generally used for high-ranking NT personnel from what I've seen, so lets give them appropriate ranks.
@@ -95,14 +92,14 @@
name = "ERT tactical uniform" name = "ERT tactical uniform"
desc = "A short-sleeved black uniform, paired with grey digital-camo cargo pants. It looks very tactical." desc = "A short-sleeved black uniform, paired with grey digital-camo cargo pants. It looks very tactical."
icon_state = "ert_uniform" icon_state = "ert_uniform"
item_state = "bl_suit" item_state = "black"
worn_state = "ert_uniform" worn_state = "ert_uniform"
/obj/item/clothing/under/gov /obj/item/clothing/under/gov
desc = "A neat proper uniform of someone on offical business. The plain, professional attire of an Internal Affairs Agent. The collar is <i>immaculately</i> starched." desc = "A neat proper uniform of someone on offical business. The plain, professional attire of an Internal Affairs Agent. The collar is <i>immaculately</i> starched."
name = "Green formal uniform" name = "Green formal uniform"
icon_state = "greensuit" icon_state = "greensuit"
item_state = "greensuit" item_state = "centcom"
worn_state = "greensuit" worn_state = "greensuit"
rolled_sleeves = 0 rolled_sleeves = 0
starting_accessories = list(/obj/item/clothing/accessory/darkgreen) starting_accessories = list(/obj/item/clothing/accessory/darkgreen)
@@ -111,7 +108,6 @@
name = "\improper NASA jumpsuit" name = "\improper NASA jumpsuit"
desc = "It has a NASA logo on it and is made of space-proofed materials." desc = "It has a NASA logo on it and is made of space-proofed materials."
icon_state = "black" icon_state = "black"
item_state = "bl_suit"
worn_state = "black" worn_state = "black"
w_class = 4//bulky item w_class = 4//bulky item
gas_transfer_coefficient = 0.01 gas_transfer_coefficient = 0.01
@@ -124,7 +120,7 @@
/obj/item/clothing/under/acj /obj/item/clothing/under/acj
name = "administrative cybernetic jumpsuit" name = "administrative cybernetic jumpsuit"
icon_state = "syndicate" icon_state = "syndicate"
item_state = "bl_suit" item_state = "black"
worn_state = "syndicate" worn_state = "syndicate"
desc = "it's a cybernetically enhanced jumpsuit used for administrative duties." desc = "it's a cybernetically enhanced jumpsuit used for administrative duties."
gas_transfer_coefficient = 0.01 gas_transfer_coefficient = 0.01
@@ -140,24 +136,21 @@
desc = "A jumpsuit with owl wings. Photorealistic owl feathers! Twooooo!" desc = "A jumpsuit with owl wings. Photorealistic owl feathers! Twooooo!"
icon_state = "owl" icon_state = "owl"
worn_state = "owl" worn_state = "owl"
item_state = "owl"
/obj/item/clothing/under/johnny /obj/item/clothing/under/johnny
name = "johnny~~ jumpsuit" name = "johnny~~ jumpsuit"
desc = "Johnny~~" desc = "Johnny~~"
icon_state = "johnny" icon_state = "johnny"
worn_state = "johnny" worn_state = "johnny"
item_state = "johnny"
/obj/item/clothing/under/color/rainbow /obj/item/clothing/under/color/rainbow
name = "rainbow jumpsuit" name = "rainbow jumpsuit"
desc = "A multi-colored jumpsuit." desc = "A multi-colored jumpsuit."
icon_state = "rainbow" icon_state = "rainbow"
item_state = "rainbow"
worn_state = "rainbow" worn_state = "rainbow"
/obj/item/clothing/under/cloud /obj/item/clothing/under/cloud
name = "cloud" name = "cloud" //what..? -S2-
desc = "cloud" desc = "cloud"
icon_state = "cloud" icon_state = "cloud"
worn_state = "cloud" worn_state = "cloud"
@@ -166,7 +159,7 @@
name = "dark undersuit" name = "dark undersuit"
desc = "A thick, layered grey undersuit lined with power cables. Feels a little like wearing an electrical storm." desc = "A thick, layered grey undersuit lined with power cables. Feels a little like wearing an electrical storm."
icon_state = "psysuit" icon_state = "psysuit"
item_state = "bl_suit" item_state = "black"
worn_state = "psysuit" worn_state = "psysuit"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
@@ -174,7 +167,7 @@
name = "gentlemans suit" name = "gentlemans suit"
desc = "A silk black shirt with a white tie and a matching gray vest and slacks. Feels proper." desc = "A silk black shirt with a white tie and a matching gray vest and slacks. Feels proper."
icon_state = "gentlesuit" icon_state = "gentlesuit"
item_state = "gy_suit" item_state = "grey"
worn_state = "gentlesuit" worn_state = "gentlesuit"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -182,28 +175,28 @@
name = "captain's suit" name = "captain's suit"
desc = "A green suit and yellow necktie. Exemplifies authority." desc = "A green suit and yellow necktie. Exemplifies authority."
icon_state = "green_suit" icon_state = "green_suit"
item_state = "dg_suit" item_state = "centcom"
worn_state = "green_suit" worn_state = "green_suit"
/obj/item/clothing/under/gimmick/rank/head_of_personnel/suit /obj/item/clothing/under/gimmick/rank/head_of_personnel/suit
name = "head of personnel's suit" name = "head of personnel's suit"
desc = "A teal suit and yellow necktie. An authoritative yet tacky ensemble." desc = "A teal suit and yellow necktie. An authoritative yet tacky ensemble."
icon_state = "teal_suit" icon_state = "teal_suit"
item_state = "g_suit" item_state = "green"
worn_state = "teal_suit" worn_state = "teal_suit"
/obj/item/clothing/under/suit_jacket /obj/item/clothing/under/suit_jacket
name = "black suit" name = "black suit"
desc = "A black suit and red tie. Very formal." desc = "A black suit and red tie. Very formal."
icon_state = "black_suit" icon_state = "black_suit"
item_state = "bl_suit" item_state = "lawyer_black"
worn_state = "black_suit" worn_state = "black_suit"
/obj/item/clothing/under/suit_jacket/really_black /obj/item/clothing/under/suit_jacket/really_black
name = "executive suit" name = "executive suit"
desc = "A formal black suit and red tie, intended for the station's finest." desc = "A formal black suit and red tie, intended for the station's finest."
icon_state = "really_black_suit" icon_state = "really_black_suit"
item_state = "jensensuit" item_state = "lawyer_black"
worn_state = "black_suit" worn_state = "black_suit"
/obj/item/clothing/under/suit_jacket/female /obj/item/clothing/under/suit_jacket/female
@@ -217,14 +210,14 @@
name = "red suit" name = "red suit"
desc = "A red suit and blue tie. Somewhat formal." desc = "A red suit and blue tie. Somewhat formal."
icon_state = "red_suit" icon_state = "red_suit"
item_state = "r_suit" item_state = "lawyer_red"
worn_state = "red_suit" worn_state = "red_suit"
/obj/item/clothing/under/schoolgirl /obj/item/clothing/under/schoolgirl
name = "schoolgirl uniform" name = "schoolgirl uniform"
desc = "It's just like one of my Japanese animes!" desc = "It's just like one of my Japanese animes!"
icon_state = "schoolgirl" icon_state = "schoolgirl"
item_state = "b_suit" item_state = "blue"
worn_state = "schoolgirl" worn_state = "schoolgirl"
body_parts_covered = UPPER_TORSO|LOWER_TORSO body_parts_covered = UPPER_TORSO|LOWER_TORSO
@@ -232,7 +225,7 @@
name = "laborer's overalls" name = "laborer's overalls"
desc = "A set of durable overalls for getting the job done." desc = "A set of durable overalls for getting the job done."
icon_state = "overalls" icon_state = "overalls"
item_state = "lb_suit" item_state = "cargo"
worn_state = "overalls" worn_state = "overalls"
/obj/item/clothing/under/pirate /obj/item/clothing/under/pirate
@@ -247,21 +240,20 @@
name = "soviet uniform" name = "soviet uniform"
desc = "For the Motherland!" desc = "For the Motherland!"
icon_state = "soviet" icon_state = "soviet"
item_state = "gy_suit" item_state = "grey"
worn_state = "soviet" worn_state = "soviet"
/obj/item/clothing/under/redcoat /obj/item/clothing/under/redcoat
name = "redcoat uniform" name = "redcoat uniform"
desc = "Looks old." desc = "Looks old."
icon_state = "redcoat" icon_state = "redcoat"
item_state = "r_suit" item_state = "red"
worn_state = "redcoat" worn_state = "redcoat"
/obj/item/clothing/under/kilt /obj/item/clothing/under/kilt
name = "kilt" name = "kilt"
desc = "Includes shoes and plaid" desc = "Includes shoes and plaid"
icon_state = "kilt" icon_state = "kilt"
item_state = "kilt"
worn_state = "kilt" worn_state = "kilt"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|FEET body_parts_covered = UPPER_TORSO|LOWER_TORSO|FEET
@@ -269,7 +261,7 @@
name = "sexy mime outfit" name = "sexy mime outfit"
desc = "The only time when you DON'T enjoy looking at someone's rack." desc = "The only time when you DON'T enjoy looking at someone's rack."
icon_state = "sexymime" icon_state = "sexymime"
item_state = "w_suit" item_state = "mime"
worn_state = "sexymime" worn_state = "sexymime"
body_parts_covered = UPPER_TORSO|LOWER_TORSO body_parts_covered = UPPER_TORSO|LOWER_TORSO
rolled_sleeves = -1 //Please never rolled_sleeves = -1 //Please never
@@ -278,11 +270,13 @@
name = "gladiator uniform" name = "gladiator uniform"
desc = "Are you not entertained? Is that not why you are here?" desc = "Are you not entertained? Is that not why you are here?"
icon_state = "gladiator" icon_state = "gladiator"
item_state = "o_suit" item_state = "yellow"
worn_state = "gladiator" worn_state = "gladiator"
body_parts_covered = LOWER_TORSO body_parts_covered = LOWER_TORSO
//dress /*
* dress
*/
/obj/item/clothing/under/dress /obj/item/clothing/under/dress
body_parts_covered = UPPER_TORSO|LOWER_TORSO body_parts_covered = UPPER_TORSO|LOWER_TORSO
@@ -290,91 +284,89 @@
name = "black tango dress" name = "black tango dress"
desc = "Filled with Latin fire." desc = "Filled with Latin fire."
icon_state = "black_tango" icon_state = "black_tango"
item_state = "black_tango" item_state = "blackskirt" //Someone please make these -S2-
worn_state = "black_tango" worn_state = "black_tango"
/obj/item/clothing/under/dress/blacktango/alt /obj/item/clothing/under/dress/blacktango/alt
name = "black tango dress" name = "black tango dress"
desc = "Filled with Latin fire." desc = "Filled with Latin fire."
icon_state = "black_tango_alt" icon_state = "black_tango_alt"
item_state = "black_tango_alt" item_state = "blackskirt" //Someone please make these -S2-
worn_state = "black_tango_alt" worn_state = "black_tango_alt"
/obj/item/clothing/under/dress/stripeddress /obj/item/clothing/under/dress/stripeddress
name = "striped dress" name = "striped dress"
desc = "Fashion in space." desc = "Fashion in space."
icon_state = "striped_dress" icon_state = "striped_dress"
item_state = "striped_dress" item_state = "blue" //Someone please make these -S2-
worn_state = "striped_dress" worn_state = "striped_dress"
/obj/item/clothing/under/dress/sailordress /obj/item/clothing/under/dress/sailordress
name = "sailor dress" name = "sailor dress"
desc = "Formal wear for a leading lady." desc = "Formal wear for a leading lady."
icon_state = "sailor_dress" icon_state = "sailor_dress"
item_state = "sailor_dress" item_state = "blue" //Someone please make these -S2-
worn_state = "sailor_dress" worn_state = "sailor_dress"
/obj/item/clothing/under/dress/redeveninggown /obj/item/clothing/under/dress/redeveninggown
name = "red evening gown" name = "red evening gown"
desc = "Fancy dress for space bar singers." desc = "Fancy dress for space bar singers."
icon_state = "red_evening_gown" icon_state = "red_evening_gown"
item_state = "red_evening_gown" item_state = "red" //Someone please make these -S2-
worn_state = "red_evening_gown" worn_state = "red_evening_gown"
/obj/item/clothing/under/dress/maid /obj/item/clothing/under/dress/maid
name = "maid costume" name = "maid costume"
desc = "Maid in China." desc = "Maid in China."
icon_state = "maid" icon_state = "maid"
item_state = "maid"
worn_state = "maid" worn_state = "maid"
/obj/item/clothing/under/dress/janimaid /obj/item/clothing/under/dress/janimaid
name = "maid uniform" name = "maid uniform"
desc = "A simple maid uniform for housekeeping." desc = "A simple maid uniform for housekeeping."
icon_state = "janimaid" icon_state = "janimaid"
item_state = "janimaid"
worn_state = "janimaid" worn_state = "janimaid"
/obj/item/clothing/under/dress/dress_fire /obj/item/clothing/under/dress/dress_fire
name = "flame dress" name = "flame dress"
desc = "A small black dress with blue flames print on it." desc = "A small black dress with blue flames print on it."
icon_state = "dress_fire" icon_state = "dress_fire"
item_state = "bl_suit" item_state = "black" //Someone please make these -S2-
worn_state = "dress_fire" worn_state = "dress_fire"
/obj/item/clothing/under/dress/dress_green /obj/item/clothing/under/dress/dress_green
name = "green dress" name = "green dress"
desc = "A simple, tight fitting green dress." desc = "A simple, tight fitting green dress."
icon_state = "dress_green" icon_state = "dress_green"
item_state = "g_suit" item_state = "green" //Someone please make these -S2-
worn_state = "dress_green" worn_state = "dress_green"
/obj/item/clothing/under/dress/dress_orange /obj/item/clothing/under/dress/dress_orange
name = "orange dress" name = "orange dress"
desc = "A fancy orange gown for those who like to show leg." desc = "A fancy orange gown for those who like to show leg."
icon_state = "dress_orange" icon_state = "dress_orange"
item_state = "y_suit" item_state = "yellow" //Someone please make these -S2-
worn_state = "dress_orange" worn_state = "dress_orange"
/obj/item/clothing/under/dress/dress_pink /obj/item/clothing/under/dress/dress_pink
name = "pink dress" name = "pink dress"
desc = "A simple, tight fitting pink dress." desc = "A simple, tight fitting pink dress."
icon_state = "dress_pink" icon_state = "dress_pink"
item_state = "p_suit" item_state = "pink" //Someone please make these -S2-
worn_state = "dress_pink" worn_state = "dress_pink"
/obj/item/clothing/under/dress/dress_yellow /obj/item/clothing/under/dress/dress_yellow
name = "yellow dress" name = "yellow dress"
desc = "A flirty, little yellow dress." desc = "A flirty, little yellow dress."
icon_state = "dress_yellow" icon_state = "dress_yellow"
item_state = "y_suit" item_state = "yellow" //You get the idea -S2-
worn_state = "dress_yellow" worn_state = "dress_yellow"
/obj/item/clothing/under/dress/dress_saloon /obj/item/clothing/under/dress/dress_saloon
name = "saloon girl dress" name = "saloon girl dress"
desc = "A old western inspired gown for the girl who likes to drink." desc = "A old western inspired gown for the girl who likes to drink."
icon_state = "dress_saloon" icon_state = "dress_saloon"
item_state = "p_suit" item_state = "red"
worn_state = "dress_saloon" worn_state = "dress_saloon"
@@ -382,7 +374,7 @@
name = "captain's dress uniform" name = "captain's dress uniform"
desc = "Feminine fashion for the style concious captain." desc = "Feminine fashion for the style concious captain."
icon_state = "dress_cap" icon_state = "dress_cap"
item_state = "b_suit" item_state = "blue"
worn_state = "dress_cap" worn_state = "dress_cap"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
@@ -390,7 +382,7 @@
name = "head of personnel dress uniform" name = "head of personnel dress uniform"
desc = "Feminine fashion for the style concious HoP." desc = "Feminine fashion for the style concious HoP."
icon_state = "dress_hop" icon_state = "dress_hop"
item_state = "b_suit" item_state = "blue"
worn_state = "dress_hop" worn_state = "dress_hop"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
@@ -398,11 +390,13 @@
name = "human resources director uniform" name = "human resources director uniform"
desc = "Superior class for the nosy H.R. Director." desc = "Superior class for the nosy H.R. Director."
icon_state = "huresource" icon_state = "huresource"
item_state = "y_suit" item_state = "yellow"
worn_state = "huresource" worn_state = "huresource"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
//wedding stuff /*
* wedding stuff
*/
/obj/item/clothing/under/wedding/ /obj/item/clothing/under/wedding/
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
@@ -410,7 +404,7 @@
name = "orange wedding dress" name = "orange wedding dress"
desc = "A big and puffy orange dress." desc = "A big and puffy orange dress."
icon_state = "bride_orange" icon_state = "bride_orange"
item_state = "y_suit" item_state = "orange"
worn_state = "bride_orange" worn_state = "bride_orange"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -418,7 +412,7 @@
name = "purple wedding dress" name = "purple wedding dress"
desc = "A big and puffy purple dress." desc = "A big and puffy purple dress."
icon_state = "bride_purple" icon_state = "bride_purple"
item_state = "p_suit" item_state = "purple"
worn_state = "bride_purple" worn_state = "bride_purple"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -426,7 +420,7 @@
name = "blue wedding dress" name = "blue wedding dress"
desc = "A big and puffy blue dress." desc = "A big and puffy blue dress."
icon_state = "bride_blue" icon_state = "bride_blue"
item_state = "b_suit" item_state = "blue"
worn_state = "bride_blue" worn_state = "bride_blue"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -434,7 +428,7 @@
name = "red wedding dress" name = "red wedding dress"
desc = "A big and puffy red dress." desc = "A big and puffy red dress."
icon_state = "bride_red" icon_state = "bride_red"
item_state = "r_suit" item_state = "red"
worn_state = "bride_red" worn_state = "bride_red"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -451,7 +445,7 @@
name = "sundress" name = "sundress"
desc = "Makes you want to frolic in a field of daisies." desc = "Makes you want to frolic in a field of daisies."
icon_state = "sundress" icon_state = "sundress"
item_state = "bl_suit" item_state = "blue"
worn_state = "sundress" worn_state = "sundress"
body_parts_covered = UPPER_TORSO|LOWER_TORSO body_parts_covered = UPPER_TORSO|LOWER_TORSO
@@ -459,7 +453,7 @@
name = "white sundress" name = "white sundress"
desc = "A white sundress decorated with purple lilies." desc = "A white sundress decorated with purple lilies."
icon_state = "sundress_white" icon_state = "sundress_white"
item_state = "sundress_white" item_state = "white"
worn_state = "sundress_white" worn_state = "sundress_white"
body_parts_covered = UPPER_TORSO|LOWER_TORSO body_parts_covered = UPPER_TORSO|LOWER_TORSO
@@ -467,35 +461,35 @@
name = "captain's formal uniform" name = "captain's formal uniform"
desc = "A captain's formal-wear, for special occasions." desc = "A captain's formal-wear, for special occasions."
icon_state = "captain_formal" icon_state = "captain_formal"
item_state = "b_suit" item_state = "lawyer_blue"
worn_state = "captain_formal" worn_state = "captain_formal"
/obj/item/clothing/under/hosformalmale /obj/item/clothing/under/hosformalmale
name = "head of security's formal uniform" name = "head of security's formal uniform"
desc = "A male head of security's formal-wear, for special occasions." desc = "A male head of security's formal-wear, for special occasions."
icon_state = "hos_formal_male" icon_state = "hos_formal_male"
item_state = "r_suit" item_state = "lawyer_red"
worn_state = "hos_formal_male" worn_state = "hos_formal_male"
/obj/item/clothing/under/hosformalfem /obj/item/clothing/under/hosformalfem
name = "head of security's formal uniform" name = "head of security's formal uniform"
desc = "A female head of security's formal-wear, for special occasions." desc = "A female head of security's formal-wear, for special occasions."
icon_state = "hos_formal_fem" icon_state = "hos_formal_fem"
item_state = "r_suit" item_state = "lawyer_red"
worn_state = "hos_formal_fem" worn_state = "hos_formal_fem"
/obj/item/clothing/under/assistantformal /obj/item/clothing/under/assistantformal
name = "assistant's formal uniform" name = "assistant's formal uniform"
desc = "An assistant's formal-wear. Why an assistant needs formal-wear is still unknown." desc = "An assistant's formal-wear. Why an assistant needs formal-wear is still unknown."
icon_state = "assistant_formal" icon_state = "assistant_formal"
item_state = "gy_suit" item_state = "lawyer_black"
worn_state = "assistant_formal" worn_state = "assistant_formal"
/obj/item/clothing/under/suit_jacket/charcoal /obj/item/clothing/under/suit_jacket/charcoal
name = "charcoal suit" name = "charcoal suit"
desc = "A charcoal suit and red tie. Very professional." desc = "A charcoal suit and red tie. Very professional."
icon_state = "charcoal_suit" icon_state = "charcoal_suit"
item_state = "bl_suit" item_state = "lawyer_black"
worn_state = "charcoal_suit" worn_state = "charcoal_suit"
starting_accessories = list(/obj/item/clothing/accessory/navy, /obj/item/clothing/accessory/charcoal_jacket) starting_accessories = list(/obj/item/clothing/accessory/navy, /obj/item/clothing/accessory/charcoal_jacket)
@@ -503,7 +497,7 @@
name = "navy suit" name = "navy suit"
desc = "A navy suit and red tie, intended for the station's finest." desc = "A navy suit and red tie, intended for the station's finest."
icon_state = "navy_suit" icon_state = "navy_suit"
item_state = "bl_suit" item_state = "lawyer_blue"
worn_state = "navy_suit" worn_state = "navy_suit"
starting_accessories = list(/obj/item/clothing/accessory/red, /obj/item/clothing/accessory/navy_jacket) starting_accessories = list(/obj/item/clothing/accessory/red, /obj/item/clothing/accessory/navy_jacket)
@@ -511,7 +505,7 @@
name = "burgundy suit" name = "burgundy suit"
desc = "A burgundy suit and black tie. Somewhat formal." desc = "A burgundy suit and black tie. Somewhat formal."
icon_state = "burgundy_suit" icon_state = "burgundy_suit"
item_state = "r_suit" item_state = "lawyer_red"
worn_state = "burgundy_suit" worn_state = "burgundy_suit"
starting_accessories = list(/obj/item/clothing/accessory/black, /obj/item/clothing/accessory/burgundy_jacket) starting_accessories = list(/obj/item/clothing/accessory/black, /obj/item/clothing/accessory/burgundy_jacket)
@@ -519,7 +513,7 @@
name = "checkered suit" name = "checkered suit"
desc = "That's a very nice suit you have there. Shame if something were to happen to it, eh?" desc = "That's a very nice suit you have there. Shame if something were to happen to it, eh?"
icon_state = "checkered_suit" icon_state = "checkered_suit"
item_state = "gy_suit" item_state = "lawyer_black"
worn_state = "checkered_suit" worn_state = "checkered_suit"
starting_accessories = list(/obj/item/clothing/accessory/black, /obj/item/clothing/accessory/checkered_jacket) starting_accessories = list(/obj/item/clothing/accessory/black, /obj/item/clothing/accessory/checkered_jacket)
@@ -527,7 +521,6 @@
name = "tan suit" name = "tan suit"
desc = "A tan suit. Smart, but casual." desc = "A tan suit. Smart, but casual."
icon_state = "tan_suit" icon_state = "tan_suit"
item_state = "lb_suit"
worn_state = "tan_suit" worn_state = "tan_suit"
starting_accessories = list(/obj/item/clothing/accessory/yellow, /obj/item/clothing/accessory/tan_jacket) starting_accessories = list(/obj/item/clothing/accessory/yellow, /obj/item/clothing/accessory/tan_jacket)
@@ -535,7 +528,7 @@
name = "workman outfit" name = "workman outfit"
desc = "The very image of a working man. Not that you're probably doing work." desc = "The very image of a working man. Not that you're probably doing work."
icon_state = "mechanic" icon_state = "mechanic"
item_state = "lb_suit" item_state = "cargo"
worn_state = "mechanic" worn_state = "mechanic"
rolled_sleeves = 0 rolled_sleeves = 0
@@ -543,7 +536,6 @@
name = "white cheongsam" name = "white cheongsam"
desc = "It is a white cheongsam dress." desc = "It is a white cheongsam dress."
icon_state = "mai_yang" icon_state = "mai_yang"
item_state = "mai_yang"
worn_state = "mai_yang" worn_state = "mai_yang"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
@@ -551,63 +543,63 @@
name = "red cheongsam" name = "red cheongsam"
desc = "It is a red cheongsam dress." desc = "It is a red cheongsam dress."
icon_state = "cheongsam-red" icon_state = "cheongsam-red"
item_state = "cheongsam-red" item_state = "mai_yang"
worn_state = "cheongsam-red" worn_state = "cheongsam-red"
/obj/item/clothing/under/cheongsam/blue /obj/item/clothing/under/cheongsam/blue
name = "blue cheongsam" name = "blue cheongsam"
desc = "It is a blue cheongsam dress." desc = "It is a blue cheongsam dress."
icon_state = "cheongsam-blue" icon_state = "cheongsam-blue"
item_state = "cheongsam-blue" item_state = "mai_yang"
worn_state = "cheongsam-blue" worn_state = "cheongsam-blue"
/obj/item/clothing/under/cheongsam/black /obj/item/clothing/under/cheongsam/black
name = "black cheongsam" name = "black cheongsam"
desc = "It is a black cheongsam dress." desc = "It is a black cheongsam dress."
icon_state = "cheongsam-black" icon_state = "cheongsam-black"
item_state = "cheongsam-black" item_state = "mai_yang"
worn_state = "cheongsam-black" worn_state = "cheongsam-black"
/obj/item/clothing/under/blazer /obj/item/clothing/under/blazer
name = "blue blazer" name = "blue blazer"
desc = "A bold but yet conservative outfit, red corduroys, navy blazer and a tie." desc = "A bold but yet conservative outfit, red corduroys, navy blazer and a tie."
icon_state = "blue_blazer" icon_state = "blue_blazer"
item_state = "blue_blazer" item_state = "lawyer_blue"
worn_state = "blue_blazer" worn_state = "blue_blazer"
/obj/item/clothing/under/croptop /obj/item/clothing/under/croptop
name = "crop top" name = "crop top"
desc = "A shirt that has had the top cropped. This one is NT sponsored." desc = "A shirt that has had the top cropped. This one is NT sponsored."
icon_state = "croptop" icon_state = "croptop"
item_state = "gy_suit" item_state = "grey"
worn_state = "croptop" worn_state = "croptop"
/obj/item/clothing/under/croptop/red /obj/item/clothing/under/croptop/red
name = "red crop top" name = "red crop top"
desc = "A red shirt that has had the top cropped." desc = "A red shirt that has had the top cropped."
icon_state = "croptop_red" icon_state = "croptop_red"
item_state = "r_suit" item_state = "red"
worn_state = "croptop_red" worn_state = "croptop_red"
/obj/item/clothing/under/croptop/grey /obj/item/clothing/under/croptop/grey
name = "grey crop top" name = "grey crop top"
desc = "A grey shirt that has had the top cropped." desc = "A grey shirt that has had the top cropped."
icon_state = "croptop_grey" icon_state = "croptop_grey"
item_state = "gy_suit" item_state = "grey"
worn_state = "croptop_grey" worn_state = "croptop_grey"
/obj/item/clothing/under/cuttop /obj/item/clothing/under/cuttop
name = "grey cut top" name = "grey cut top"
desc = "A grey shirt that has had the top cut low." desc = "A grey shirt that has had the top cut low."
icon_state = "cuttop" icon_state = "cuttop"
item_state = "gy_suit" item_state = "grey"
worn_state = "cuttop" worn_state = "cuttop"
/obj/item/clothing/under/cuttop/red /obj/item/clothing/under/cuttop/red
name = "red cut top" name = "red cut top"
desc = "A red shirt that has had the top cut low." desc = "A red shirt that has had the top cut low."
icon_state = "cuttop_red" icon_state = "cuttop_red"
item_state = "r_suit" item_state = "red"
worn_state = "cuttop_red" worn_state = "cuttop_red"
/obj/item/clothing/under/harness /obj/item/clothing/under/harness
@@ -621,7 +613,7 @@
name = "white wedding dress" name = "white wedding dress"
desc = "A fancy white dress with a blue underdress." desc = "A fancy white dress with a blue underdress."
icon_state = "whitedress1" icon_state = "whitedress1"
item_state = "whitedress1" item_state = "nursesuit"
worn_state = "whitedress1" worn_state = "whitedress1"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -629,7 +621,7 @@
name = "long dress" name = "long dress"
desc = "A long dress." desc = "A long dress."
icon_state = "whitedress2" icon_state = "whitedress2"
item_state = "whitedress2" item_state = "nursesuit"
worn_state = "whitedress2" worn_state = "whitedress2"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -637,14 +629,14 @@
name = "short dress" name = "short dress"
desc = "A short, plain dress." desc = "A short, plain dress."
icon_state = "whitedress3" icon_state = "whitedress3"
item_state = "whitedress3" item_state = "nursesuit"
worn_state = "whitedress3" worn_state = "whitedress3"
/obj/item/clothing/under/dress/white4 /obj/item/clothing/under/dress/white4
name = "long flared dress" name = "long flared dress"
desc = "A long white dress that flares out at the bottom." desc = "A long white dress that flares out at the bottom."
icon_state = "whitedress4" icon_state = "whitedress4"
item_state = "whitedress4" item_state = "nursesuit"
worn_state = "whitedress4" worn_state = "whitedress4"
flags_inv = HIDESHOES flags_inv = HIDESHOES
@@ -652,5 +644,80 @@
name = "fancy dark red dress" name = "fancy dark red dress"
desc = "A short, red dress with a black belt. Fancy." desc = "A short, red dress with a black belt. Fancy."
icon_state = "darkreddress" icon_state = "darkreddress"
item_state = "darkreddress" item_state = "red"
worn_state = "darkreddress" worn_state = "darkreddress"
/*
* swimsuit
*/
/obj/item/clothing/under/swimsuit/
siemens_coefficient = 1
body_parts_covered = 0
/obj/item/clothing/under/swimsuit/black
name = "black swimsuit"
desc = "An oldfashioned black swimsuit."
icon_state = "swim_black"
siemens_coefficient = 1
/obj/item/clothing/under/swimsuit/blue
name = "blue swimsuit"
desc = "An oldfashioned blue swimsuit."
icon_state = "swim_blue"
siemens_coefficient = 1
/obj/item/clothing/under/swimsuit/purple
name = "purple swimsuit"
desc = "An oldfashioned purple swimsuit."
icon_state = "swim_purp"
siemens_coefficient = 1
/obj/item/clothing/under/swimsuit/green
name = "green swimsuit"
desc = "An oldfashioned green swimsuit."
icon_state = "swim_green"
siemens_coefficient = 1
/obj/item/clothing/under/swimsuit/red
name = "red swimsuit"
desc = "An oldfashioned red swimsuit."
icon_state = "swim_red"
siemens_coefficient = 1
/*
* pyjamas
*/
/obj/item/clothing/under/bluepyjamas
name = "blue pyjamas"
desc = "Slightly old-fashioned sleepwear."
icon_state = "blue_pyjamas"
item_state = "blue"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
/obj/item/clothing/under/redpyjamas
name = "red pyjamas"
desc = "Slightly old-fashioned sleepwear."
icon_state = "red_pyjamas"
item_state = "red"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
/obj/item/clothing/under/stripper
body_parts_covered = 0
/obj/item/clothing/under/stripper/stripper_pink
name = "pink swimsuit"
desc = "A rather skimpy pink swimsuit."
icon_state = "stripper_p_under"
siemens_coefficient = 1
/obj/item/clothing/under/stripper/stripper_green
name = "green swimsuit"
desc = "A rather skimpy green swimsuit."
icon_state = "stripper_g_under"
siemens_coefficient = 1
/obj/item/clothing/under/stripper/mankini
name = "mankini"
desc = "No honest man would wear this abomination"
icon_state = "mankini"
siemens_coefficient = 1

View File

@@ -1,3 +1,4 @@
//these need item states -S2-
/obj/item/clothing/under/pants /obj/item/clothing/under/pants
name = "jeans" name = "jeans"
desc = "A nondescript pair of tough blue jeans." desc = "A nondescript pair of tough blue jeans."
@@ -81,8 +82,9 @@
desc = "A pair of woodland camouflage pants. Probably not the best choice for a space station." desc = "A pair of woodland camouflage pants. Probably not the best choice for a space station."
icon_state = "camopants" icon_state = "camopants"
//Baggy Pants// /*
* Baggy Pants
*/
/obj/item/clothing/under/pants/baggy /obj/item/clothing/under/pants/baggy
name = "baggy jeans" name = "baggy jeans"
desc = "A nondescript pair of tough baggy blue jeans." desc = "A nondescript pair of tough baggy blue jeans."

View File

@@ -1,3 +1,4 @@
//these need item states -S2-
/obj/item/clothing/under/shorts /obj/item/clothing/under/shorts
name = "athletic shorts" name = "athletic shorts"
desc = "95% Polyester, 5% Spandex!" desc = "95% Polyester, 5% Spandex!"
@@ -7,99 +8,80 @@
/obj/item/clothing/under/shorts/red /obj/item/clothing/under/shorts/red
name = "red athletic shorts" name = "red athletic shorts"
icon_state = "redshorts" icon_state = "redshorts"
worn_state = "redshorts"
/obj/item/clothing/under/shorts/green /obj/item/clothing/under/shorts/green
name = "green athletic shorts" name = "green athletic shorts"
icon_state = "greenshorts" icon_state = "greenshorts"
worn_state = "greenshorts"
/obj/item/clothing/under/shorts/blue /obj/item/clothing/under/shorts/blue
name = "blue athletic shorts" name = "blue athletic shorts"
icon_state = "blueshorts" icon_state = "blueshorts"
worn_state = "blueshorts"
/obj/item/clothing/under/shorts/black /obj/item/clothing/under/shorts/black
name = "black athletic shorts" name = "black athletic shorts"
icon_state = "blackshorts" icon_state = "blackshorts"
worn_state = "blackshorts"
/obj/item/clothing/under/shorts/grey /obj/item/clothing/under/shorts/grey
name = "grey athletic shorts" name = "grey athletic shorts"
icon_state = "greyshorts" icon_state = "greyshorts"
worn_state = "greyshorts"
/obj/item/clothing/under/shorts/jeans /obj/item/clothing/under/shorts/jeans
name = "jeans shorts" name = "jeans shorts"
desc = "Some jeans! Just in short form!" desc = "Some jeans! Just in short form!"
icon_state = "jeans_shorts" icon_state = "jeans_shorts"
worn_state = "jeans_shorts"
/obj/item/clothing/under/shorts/jeans/female /obj/item/clothing/under/shorts/jeans/female
name = "jeans short shorts" name = "jeans short shorts"
icon_state = "jeans_shorts_f" icon_state = "jeans_shorts_f"
worn_state = "jeans_shorts_f"
/obj/item/clothing/under/shorts/jeans/classic /obj/item/clothing/under/shorts/jeans/classic
name = "classic jeans shorts" name = "classic jeans shorts"
icon_state = "jeansclassic_shorts" icon_state = "jeansclassic_shorts"
worn_state = "jeansclassic_shorts"
/obj/item/clothing/under/shorts/jeans/classic/female /obj/item/clothing/under/shorts/jeans/classic/female
name = "classic jeans short shorts" name = "classic jeans short shorts"
icon_state = "jeansclassic_shorts_f" icon_state = "jeansclassic_shorts_f"
worn_state = "jeansclassic_shorts_f"
/obj/item/clothing/under/shorts/jeans/mustang /obj/item/clothing/under/shorts/jeans/mustang
name = "mustang jeans shorts" name = "mustang jeans shorts"
icon_state = "jeansmustang_shorts" icon_state = "jeansmustang_shorts"
worn_state = "jeansmustang_shorts"
/obj/item/clothing/under/shorts/jeans/mustang/female /obj/item/clothing/under/shorts/jeans/mustang/female
name = "mustang jeans short shorts" name = "mustang jeans short shorts"
icon_state = "jeansmustang_shorts_f" icon_state = "jeansmustang_shorts_f"
worn_state = "jeansmustang_shorts_f"
/obj/item/clothing/under/shorts/jeans/youngfolks /obj/item/clothing/under/shorts/jeans/youngfolks
name = "young folks jeans shorts" name = "young folks jeans shorts"
icon_state = "jeansyoungfolks_shorts" icon_state = "jeansyoungfolks_shorts"
worn_state = "jeansyoungfolks_shorts"
/obj/item/clothing/under/shorts/jeans/youngfolks/female /obj/item/clothing/under/shorts/jeans/youngfolks/female
name = "young folks jeans short shorts" name = "young folks jeans short shorts"
icon_state = "jeansyoungfolks_shorts_f" icon_state = "jeansyoungfolks_shorts_f"
worn_state = "jeansyoungfolks_shorts_f"
/obj/item/clothing/under/shorts/jeans/black /obj/item/clothing/under/shorts/jeans/black
name = "black jeans shorts" name = "black jeans shorts"
icon_state = "blackpants_shorts" icon_state = "blackpants_shorts"
worn_state = "blackpants_shorts"
/obj/item/clothing/under/shorts/jeans/black/female /obj/item/clothing/under/shorts/jeans/black/female
name = "black jeans short shorts" name = "black jeans short shorts"
icon_state = "black_shorts_f" icon_state = "black_shorts_f"
worn_state = "black_shorts_f"
/obj/item/clothing/under/shorts/jeans/grey /obj/item/clothing/under/shorts/jeans/grey
name = "grey jeans shorts" name = "grey jeans shorts"
icon_state = "greypants_shorts" icon_state = "greypants_shorts"
worn_state = "greypants_shorts"
/obj/item/clothing/under/shorts/jeans/grey/female /obj/item/clothing/under/shorts/jeans/grey/female
name = "grey jeans short shorts" name = "grey jeans short shorts"
icon_state = "grey_shorts_f" icon_state = "grey_shorts_f"
worn_state = "grey_shorts_f"
/obj/item/clothing/under/shorts/khaki /obj/item/clothing/under/shorts/khaki
name = "khaki shorts" name = "khaki shorts"
desc = "For that island getaway. It's five o'clock somewhere, right?" desc = "For that island getaway. It's five o'clock somewhere, right?"
icon_state = "tanpants_shorts" icon_state = "tanpants_shorts"
worn_state = "tanpants_shorts"
/obj/item/clothing/under/shorts/khaki/female /obj/item/clothing/under/shorts/khaki/female
name = "khaki short shorts" name = "khaki short shorts"
icon_state = "khaki_shorts_f" icon_state = "khaki_shorts_f"
worn_state = "khaki_shorts_f"
//Argh, skirts be below this line -> ------------------------------ //Argh, skirts be below this line -> ------------------------------
@@ -107,8 +89,6 @@
name = "black skirt" name = "black skirt"
desc = "A black skirt, very fancy!" desc = "A black skirt, very fancy!"
icon_state = "blackskirt" icon_state = "blackskirt"
item_state = "bl_suit"
worn_state = "blackskirt"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
rolled_sleeves = -1 rolled_sleeves = -1
@@ -116,128 +96,104 @@
name = "khaki skirt" name = "khaki skirt"
desc = "A skirt that is a khaki color." desc = "A skirt that is a khaki color."
icon_state = "skirt_khaki" icon_state = "skirt_khaki"
worn_state = "skirt_khaki"
/obj/item/clothing/under/skirt/black /obj/item/clothing/under/skirt/black
name = "short black skirt" name = "short black skirt"
desc = "A skirt that is a shiny black." desc = "A skirt that is a shiny black."
icon_state = "skirt_short_black" icon_state = "skirt_short_black"
worn_state = "skirt_short_black"
/obj/item/clothing/under/skirt/blue /obj/item/clothing/under/skirt/blue
name = "short blue skirt" name = "short blue skirt"
desc = "A skirt that is a shiny blue." desc = "A skirt that is a shiny blue."
icon_state = "skirt_short_blue" icon_state = "skirt_short_blue"
worn_state = "skirt_short_blue"
/obj/item/clothing/under/skirt/red /obj/item/clothing/under/skirt/red
name = "short red skirt" name = "short red skirt"
desc = "A skirt that is a shiny red." desc = "A skirt that is a shiny red."
icon_state = "skirt_short_red" icon_state = "skirt_short_red"
worn_state = "skirt_short_red"
/obj/item/clothing/under/skirt/swept /obj/item/clothing/under/skirt/swept
name = "swept skirt" name = "swept skirt"
desc = "A skirt that is swept to one side." desc = "A skirt that is swept to one side."
icon_state = "skirt_swept" icon_state = "skirt_swept"
worn_state = "skirt_swept"
/obj/item/clothing/under/skirt/plaid_blue /obj/item/clothing/under/skirt/plaid_blue
name = "blue plaid skirt" name = "blue plaid skirt"
desc = "A preppy blue skirt with a white blouse." desc = "A preppy blue skirt with a white blouse."
icon_state = "plaid_blue" icon_state = "plaid_blue"
worn_state = "plaid_blue"
/obj/item/clothing/under/skirt/plaid_red /obj/item/clothing/under/skirt/plaid_red
name = "red plaid skirt" name = "red plaid skirt"
desc = "A preppy red skirt with a white blouse." desc = "A preppy red skirt with a white blouse."
icon_state = "plaid_red" icon_state = "plaid_red"
item_state = "kilt"
worn_state = "plaid_red"
/obj/item/clothing/under/skirt/plaid_purple /obj/item/clothing/under/skirt/plaid_purple
name = "blue purple skirt" name = "blue purple skirt"
desc = "A preppy purple skirt with a white blouse." desc = "A preppy purple skirt with a white blouse."
icon_state = "plaid_purple" icon_state = "plaid_purple"
item_state = "kilt"
worn_state = "plaid_purple"
/obj/item/clothing/under/rank/cargo/skirt /obj/item/clothing/under/rank/cargo/skirt
name = "quartermaster's jumpskirt" name = "quartermaster's jumpskirt"
desc = "It's a jumpskirt worn by the quartermaster. It's specially designed to prevent back injuries caused by pushing paper." desc = "It's a jumpskirt worn by the quartermaster. It's specially designed to prevent back injuries caused by pushing paper."
icon_state = "qmf" icon_state = "qmf"
worn_state = "qmf"
/obj/item/clothing/under/rank/cargotech/skirt /obj/item/clothing/under/rank/cargotech/skirt
name = "cargo technician's jumpskirt" name = "cargo technician's jumpskirt"
desc = "Skirrrrrts! They're comfy and easy to wear!" desc = "Skirrrrrts! They're comfy and easy to wear!"
icon_state = "cargof" icon_state = "cargof"
worn_state = "cargof"
/obj/item/clothing/under/rank/engineer/skirt /obj/item/clothing/under/rank/engineer/skirt
desc = "It's an orange high visibility jumpskirt worn by engineers. It has minor radiation shielding." desc = "It's an orange high visibility jumpskirt worn by engineers. It has minor radiation shielding."
name = "engineer's jumpskirt" name = "engineer's jumpskirt"
icon_state = "enginef" icon_state = "enginef"
worn_state = "enginef"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10)
/obj/item/clothing/under/rank/engineer/chief_engineer/skirt /obj/item/clothing/under/rank/engineer/chief_engineer/skirt
desc = "It's a high visibility jumpskirt given to those engineers insane enough to achieve the rank of \"Chief engineer\". It has minor radiation shielding." desc = "It's a high visibility jumpskirt given to those engineers insane enough to achieve the rank of \"Chief engineer\". It has minor radiation shielding."
name = "chief engineer's jumpskirt" name = "chief engineer's jumpskirt"
icon_state = "chieff" icon_state = "chieff"
worn_state = "chieff"
/obj/item/clothing/under/rank/engineer/atmospheric_technician/skirt /obj/item/clothing/under/rank/engineer/atmospheric_technician/skirt
desc = "It's a jumpskirt worn by atmospheric technicians." desc = "It's a jumpskirt worn by atmospheric technicians."
name = "atmospheric technician's jumpskirt" name = "atmospheric technician's jumpskirt"
icon_state = "atmosf" icon_state = "atmosf"
worn_state = "atmosf"
/obj/item/clothing/under/rank/roboticist/skirt /obj/item/clothing/under/rank/roboticist/skirt
desc = "It's a slimming black jumpskirt with reinforced seams; great for industrial work." desc = "It's a slimming black jumpskirt with reinforced seams; great for industrial work."
name = "roboticist's jumpskirt" name = "roboticist's jumpskirt"
icon_state = "roboticsf" icon_state = "roboticsf"
worn_state = "roboticsf"
/obj/item/clothing/under/rank/scientist/skirt /obj/item/clothing/under/rank/scientist/skirt
name = "scientist's jumpskirt" name = "scientist's jumpskirt"
icon_state = "sciencewhitef" icon_state = "sciencewhitef"
worn_state = "sciencewhitef"
permeability_coefficient = 0.50 permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 10, bio = 0, rad = 0) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 10, bio = 0, rad = 0)
/obj/item/clothing/under/rank/medical/skirt /obj/item/clothing/under/rank/medical/skirt
name = "medical doctor's jumpskirt" name = "medical doctor's jumpskirt"
icon_state = "medicalf" icon_state = "medicalf"
worn_state = "medicalf"
/obj/item/clothing/under/rank/medical/chemist/skirt /obj/item/clothing/under/rank/medical/chemist/skirt
name = "chemist's jumpskirt" name = "chemist's jumpskirt"
icon_state = "chemistrywhitef" icon_state = "chemistrywhitef"
worn_state = "chemistrywhitef"
/obj/item/clothing/under/rank/medical/chief_medical_officer/skirt /obj/item/clothing/under/rank/medical/chief_medical_officer/skirt
desc = "It's a jumpskirt worn by those with the experience to be \"Chief Medical Officer\". It provides minor biological protection." desc = "It's a jumpskirt worn by those with the experience to be \"Chief Medical Officer\". It provides minor biological protection."
name = "chief medical officer's jumpskirt" name = "chief medical officer's jumpskirt"
icon_state = "cmof" icon_state = "cmof"
worn_state = "cmof"
/obj/item/clothing/under/rank/medical/geneticist/skirt /obj/item/clothing/under/rank/medical/geneticist/skirt
name = "geneticist's jumpskirt" name = "geneticist's jumpskirt"
icon_state = "geneticswhitef" icon_state = "geneticswhitef"
worn_state = "geneticswhitef"
/obj/item/clothing/under/rank/medical/virologist/skirt /obj/item/clothing/under/rank/medical/virologist/skirt
name = "virologist's jumpskirt" name = "virologist's jumpskirt"
icon_state = "virologywhitef" icon_state = "virologywhitef"
worn_state = "virologywhitef"
/obj/item/clothing/under/rank/security/skirt /obj/item/clothing/under/rank/security/skirt
name = "security officer's jumpskirt" name = "security officer's jumpskirt"
desc = "Standard feminine fashion for Security Officers. It's made of sturdier material than the standard jumpskirts." desc = "Standard feminine fashion for Security Officers. It's made of sturdier material than the standard jumpskirts."
icon_state = "secredf" icon_state = "secredf"
item_state = "r_suit"
worn_state = "secredf"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9 siemens_coefficient = 0.9
@@ -245,12 +201,8 @@
desc = "Standard feminine fashion for a Warden. It is made of sturdier material than standard jumpskirts. It has the word \"Warden\" written on the shoulders." desc = "Standard feminine fashion for a Warden. It is made of sturdier material than standard jumpskirts. It has the word \"Warden\" written on the shoulders."
name = "warden's jumpskirt" name = "warden's jumpskirt"
icon_state = "wardenf" icon_state = "wardenf"
item_state = "r_suit"
worn_state = "wardenf"
/obj/item/clothing/under/rank/security/head_of_security/skirt /obj/item/clothing/under/rank/security/head_of_security/skirt
desc = "It's a fashionable jumpskirt worn by those few with the dedication to achieve the position of \"Head of Security\". It has additional armor to protect the wearer." desc = "It's a fashionable jumpskirt worn by those few with the dedication to achieve the position of \"Head of Security\". It has additional armor to protect the wearer."
name = "head of security's jumpskirt" name = "head of security's jumpskirt"
icon_state = "hosredf" icon_state = "hosredf"
item_state = "r_suit"
worn_state = "hosredf"

View File

@@ -1,8 +1,9 @@
//these need item states -S2-
/obj/item/clothing/under/syndicate //Merc Tactleneck /obj/item/clothing/under/syndicate //Merc Tactleneck
name = "tactical turtleneck" name = "tactical turtleneck"
desc = "It's some non-descript, slightly suspicious looking, civilian clothing." desc = "It's some non-descript, slightly suspicious looking, civilian clothing."
icon_state = "syndicate" icon_state = "syndicate"
item_state = "bl_suit" item_state = "black"
worn_state = "syndicate" worn_state = "syndicate"
has_sensor = 0 has_sensor = 0
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
@@ -12,7 +13,7 @@
name = "combat turtleneck" name = "combat turtleneck"
desc = "It's some non-descript, slightly suspicious looking, civilian clothing." desc = "It's some non-descript, slightly suspicious looking, civilian clothing."
icon_state = "combat" icon_state = "combat"
item_state = "bl_suit" item_state = "black"
worn_state = "combat" worn_state = "combat"
has_sensor = 1 has_sensor = 1
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
@@ -22,7 +23,7 @@
name = "\improper Tacticool turtleneck" name = "\improper Tacticool turtleneck"
desc = "Just looking at it makes you want to buy an SKS, go into the woods, and -operate-." desc = "Just looking at it makes you want to buy an SKS, go into the woods, and -operate-."
icon_state = "tactifool" icon_state = "tactifool"
item_state = "bl_suit" item_state = "black"
worn_state = "tactifool" worn_state = "tactifool"
siemens_coefficient = 1 siemens_coefficient = 1
rolled_sleeves = 0 rolled_sleeves = 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 KiB

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 362 KiB