diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index dbdcbd05..ae53bbc3 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -96,4 +96,38 @@ obj/item/clothing/neck/stole/black alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE - mutantrace_variation = NO_MUTANTRACE_VARIATION \ No newline at end of file + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/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" + alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' + item_state = "r_suit" + can_adjust = FALSE + mutantrace_variation = NO_MUTANTRACE_VARIATION + //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" + alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' + item_state = "r_suit" + can_adjust = FALSE + mutantrace_variation = NO_MUTANTRACE_VARIATION + //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) \ No newline at end of file diff --git a/hyperstation/icons/mob/clothes/extra.dmi b/hyperstation/icons/mob/clothes/extra.dmi index e44fe802..e5023f7f 100644 Binary files a/hyperstation/icons/mob/clothes/extra.dmi and b/hyperstation/icons/mob/clothes/extra.dmi differ diff --git a/hyperstation/icons/mobs/suits.dmi b/hyperstation/icons/mobs/suits.dmi index df47dbee..e2b00441 100644 Binary files a/hyperstation/icons/mobs/suits.dmi and b/hyperstation/icons/mobs/suits.dmi differ diff --git a/modular_citadel/icons/mob/uniform_digi.dmi b/modular_citadel/icons/mob/uniform_digi.dmi index a2f3e880..3a45e93f 100644 Binary files a/modular_citadel/icons/mob/uniform_digi.dmi and b/modular_citadel/icons/mob/uniform_digi.dmi differ