/obj/item/clothing/gloves/latexsleeves name = "latex sleeves" desc = "A pair of shiny latex sleeves that covers ones arms." icon_state = "latex" item_state = "latex" icon = 'hyperstation/icons/obj/clothing/gloves.dmi' mob_overlay_icon = 'hyperstation/icons/mobs/gloves.dmi' mutantrace_variation = NONE /obj/item/clothing/gloves/latexsleeves/security name = "security sleeves" desc = "A pair of latex sleeves, with a band of red above the elbows denoting that the wearer is part of the security team." icon_state = "latexsec" item_state = "latexsec" /obj/item/clothing/head/dominatrixcap name = "dominatrix cap" desc = "A sign of authority, over the body." icon_state = "dominatrix" item_state = "dominatrix" icon = 'hyperstation/icons/obj/clothing/head.dmi' mob_overlay_icon = 'hyperstation/icons/mobs/head.dmi' mutantrace_variation = NONE /obj/item/clothing/shoes/highheels name = "high heels" desc = "They make the wearer appear taller, and more noisey!" icon_state = "highheels" item_state = "highheels" icon = 'hyperstation/icons/obj/clothing/shoes.dmi' mob_overlay_icon = 'hyperstation/icons/mobs/feet.dmi' /obj/item/clothing/shoes/highheels/Initialize(mapload) . = ..() AddComponent(/datum/component/squeak, list('hyperstation/sound/footstep/highheel1.ogg' = 1,'hyperstation/sound/footstep/highheel2.ogg' = 1), 20) //the classic click clack obj/item/clothing/neck/stole name = "white boa" desc = "Fluffy neck wear to keep you warm, and attract others." icon = 'hyperstation/icons/obj/clothing/neck.dmi' w_class = WEIGHT_CLASS_SMALL icon_state = "stole" item_state = "" //no inhands obj/item/clothing/neck/stole/black name = "black boa" desc = "Fluffy neck wear to keep you warm, and attract others." icon = 'hyperstation/icons/obj/clothing/neck.dmi' w_class = WEIGHT_CLASS_SMALL icon_state = "stole" item_state = "" //no inhands color = "#3d3d3d" /obj/item/clothing/suit/fluffyhalfcrop name = "fluffy half-crop jacket" desc = "A fluffy synthetic fur half-cropped jacket, less about warmth, more about style!" icon_state = "fluffy" item_state = "fluffy" icon = 'hyperstation/icons/obj/clothing/suits.dmi' mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi' body_parts_covered = CHEST|LEGS|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT mutantrace_variation = NONE /obj/item/clothing/under/latexfull name = "full latex jumpsuit" desc = "A tight fitting jumpsuit made of latex." icon = 'hyperstation/icons/obj/clothing/suits.dmi' icon_state = "latex" mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE /obj/item/clothing/under/latexhalf name = "latex bodysuit" desc = "A tight fitting outfit made of latex, that covers the wearers torso." icon = 'hyperstation/icons/obj/clothing/suits.dmi' icon_state = "latexhalf" mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE mutantrace_variation = NONE body_parts_covered = CHEST|LEGS|ARMS /obj/item/clothing/under/sexynursesuit name = "Sexy nurse outfit" desc = "A very revealing nurse's outfit. Not very sanitary. Does it even count as clothing?" icon = 'hyperstation/icons/obj/clothing/suits.dmi' icon_state = "sexynursesuit" mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE mutantrace_variation = NONE body_parts_covered = CHEST|LEGS|ARMS /obj/item/clothing/under/centcomdress name = "Centcom Dress Uniform" desc = "A stylish yet revealing dress uniform worn in extravagent black and gold, worthy of those who sit around and watch cameras all day in an office." icon = 'hyperstation/icons/obj/clothing/suits.dmi' icon_state = "ccdress" mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE //We will never know why CC can make their skimpy outfits tough as nails body_parts_covered = CHEST|GROIN|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT cold_protection = CHEST|GROIN|ARMS max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT heat_protection = CHEST|GROIN|ARMS armor = list("melee" = 60, "bullet" = 80, "laser" = 80, "energy" = 90, "bomb" = 50, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 50) /obj/item/clothing/under/centcomdressvk name = "Virginkiller Centcom Dress Uniform" desc = "This black and gold beauty does not help paperwork get done, it seems." icon = 'hyperstation/icons/obj/clothing/suits.dmi' icon_state = "ccdressvk" mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE //We will never know why CC can make their skimpy outfits tough as nails body_parts_covered = CHEST|GROIN|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT cold_protection = CHEST|GROIN|ARMS max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT heat_protection = CHEST|GROIN|ARMS armor = list("melee" = 60, "bullet" = 80, "laser" = 80, "energy" = 90, "bomb" = 50, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 50)