diff --git a/code/modules/clothing/glasses/_glasses.dm b/code/modules/clothing/glasses/_glasses.dm index a104ca1f153..50d46fb726b 100644 --- a/code/modules/clothing/glasses/_glasses.dm +++ b/code/modules/clothing/glasses/_glasses.dm @@ -578,3 +578,9 @@ desc = "Lookin' cool." icon_state = "phantom_glasses" inhand_icon_state = "phantom_glasses" + +/obj/item/clothing/glasses/regular/kim + name = "binoclard lenses" + desc = "Shows you know how to sew a lapel and center a back vent." + icon_state = "binoclard_lenses" + inhand_icon_state = "binoclard_lenses" diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 65f20860fec..bfea03b0180 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -254,3 +254,9 @@ icon_state = "white" inhand_icon_state = "wgloves" custom_price = PAYCHECK_MINIMAL + +/obj/item/clothing/gloves/kim + name = "aerostatic gloves" + desc = "Breathable red gloves for expert handling of a pen and notebook." + icon_state = "aerostatic_gloves" + inhand_icon_state = "aerostatic_gloves" diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 72fba5d8cf2..3bb4f361d9c 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -273,3 +273,8 @@ /obj/item/clothing/neck/beads/Initialize(mapload) . = ..() color = color = pick("#ff0077","#d400ff","#2600ff","#00ccff","#00ff2a","#e5ff00","#ffae00","#ff0000", "#ffffff") + +/obj/item/clothing/neck/tie/disco + name = "horrific necktie" + icon_state = "eldritch_tie" + desc = "The necktie is adorned with a garish pattern. It's disturbingly vivid. Somehow you feel as if it would be wrong to ever take it off. It's your friend now. You will betray it if you change it for some boring scarf." diff --git a/code/modules/clothing/shoes/boots.dm b/code/modules/clothing/shoes/boots.dm index f30cbf41e41..cf038198a34 100644 --- a/code/modules/clothing/shoes/boots.dm +++ b/code/modules/clothing/shoes/boots.dm @@ -92,3 +92,15 @@ inhand_icon_state = "rus_shoes" pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes lace_time = 8 SECONDS + +/obj/item/clothing/shoes/discoshoes + name = "green lizardskin shoes" + desc = "They may have lost some of their lustre over the years, but these green lizardskin shoes fit you perfectly." + icon_state = "lizardskin_shoes" + inhand_icon_state = "lizardskin_shoes" + +/obj/item/clothing/shoes/kim + name = "aerostatic boots" + desc = "A crisp, clean set of boots for working long hours on the beat." + icon_state = "aerostatic_boots" + inhand_icon_state = "aerostatic_boots" diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index e8fe7427086..02b64d19e0c 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -223,3 +223,16 @@ inhand_icon_state = "techpriesthood" body_parts_covered = HEAD flags_inv = HIDEHAIR|HIDEEARS + +/obj/item/clothing/suit/det_suit/kim + name = "aerostatic bomber jacket" + desc = "A jacket once worn by the revolutionary air brigades during the Antecentennial Revolution. There are quite a few pockets on the inside, mostly for storing notebooks and compasses." + icon_state = "aerostatic_bomber_jacket" + inhand_icon_state = "aerostatic_bomber_jacket" + +/obj/item/clothing/suit/det_suit/disco + name = "disco ass blazer" + desc = "Looks like someone skinned this blazer off some long extinct disco-animal. It has an enigmatic white rectangle on the back and the right sleeve." + icon_state = "jamrock_blazer" + inhand_icon_state = "jamrock_blazer" + diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 7f3c48ee57a..ae942fdad8e 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -230,3 +230,15 @@ icon_state = "spacepolice_families" inhand_icon_state = "spacepolice_families" can_adjust = FALSE + +/obj/item/clothing/under/rank/security/detective/disco + name = "superstar cop uniform" + desc = "Flare cut trousers and a dirty shirt that might have been classy before someone took a piss in the armpits. It's the dress of a superstar." + icon_state = "jamrock_suit" + inhand_icon_state = "jamrock_suit" + +/obj/item/clothing/under/rank/security/detective/kim + name = "aerostatic suit" + desc = "A crisp and well-pressed suit; professional, comfortable and curiously authoritative." + icon_state = "aerostatic_suit" + inhand_icon_state = "aerostatic_suit" diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 6637b00d882..de2974d4536 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -493,6 +493,15 @@ /obj/item/clothing/head/fedora = 2, /obj/item/clothing/gloves/color/black = 2, /obj/item/clothing/gloves/color/latex = 2, + /obj/item/clothing/under/rank/security/detective/disco = 1, + /obj/item/clothing/suit/det_suit/disco = 1, + /obj/item/clothing/shoes/discoshoes = 1, + /obj/item/clothing/neck/tie/disco = 1, + /obj/item/clothing/under/rank/security/detective/kim = 1, + /obj/item/clothing/suit/det_suit/kim = 1, + /obj/item/clothing/shoes/kim = 1, + /obj/item/clothing/gloves/kim = 1, + /obj/item/clothing/glasses/regular/kim = 1, /obj/item/reagent_containers/food/drinks/flask/det = 2, /obj/item/storage/fancy/cigarettes = 5) premium = list(/obj/item/clothing/head/flatcap = 1) diff --git a/icons/mob/clothing/eyes.dmi b/icons/mob/clothing/eyes.dmi index 88b9b805adf..e980217eebb 100644 Binary files a/icons/mob/clothing/eyes.dmi and b/icons/mob/clothing/eyes.dmi differ diff --git a/icons/mob/clothing/feet.dmi b/icons/mob/clothing/feet.dmi index c5f36e8a629..dbf6e503646 100644 Binary files a/icons/mob/clothing/feet.dmi and b/icons/mob/clothing/feet.dmi differ diff --git a/icons/mob/clothing/hands.dmi b/icons/mob/clothing/hands.dmi index 2f5b902c7a8..225f21960e0 100644 Binary files a/icons/mob/clothing/hands.dmi and b/icons/mob/clothing/hands.dmi differ diff --git a/icons/mob/clothing/neck.dmi b/icons/mob/clothing/neck.dmi index 55921a5e049..950be502b52 100644 Binary files a/icons/mob/clothing/neck.dmi and b/icons/mob/clothing/neck.dmi differ diff --git a/icons/mob/clothing/suit.dmi b/icons/mob/clothing/suit.dmi index e6230e66c7c..f3e70d8114b 100644 Binary files a/icons/mob/clothing/suit.dmi and b/icons/mob/clothing/suit.dmi differ diff --git a/icons/mob/clothing/under/security.dmi b/icons/mob/clothing/under/security.dmi index 4ccf1441840..c66166aa334 100644 Binary files a/icons/mob/clothing/under/security.dmi and b/icons/mob/clothing/under/security.dmi differ diff --git a/icons/obj/clothing/glasses.dmi b/icons/obj/clothing/glasses.dmi index 1eac238b4b4..cce861d2692 100644 Binary files a/icons/obj/clothing/glasses.dmi and b/icons/obj/clothing/glasses.dmi differ diff --git a/icons/obj/clothing/gloves.dmi b/icons/obj/clothing/gloves.dmi index 5c67d4a9967..8da428ff50b 100644 Binary files a/icons/obj/clothing/gloves.dmi and b/icons/obj/clothing/gloves.dmi differ diff --git a/icons/obj/clothing/neck.dmi b/icons/obj/clothing/neck.dmi index 4ec256e5efb..b682754798d 100644 Binary files a/icons/obj/clothing/neck.dmi and b/icons/obj/clothing/neck.dmi differ diff --git a/icons/obj/clothing/shoes.dmi b/icons/obj/clothing/shoes.dmi index f01f4c57ab6..568893d36f6 100644 Binary files a/icons/obj/clothing/shoes.dmi and b/icons/obj/clothing/shoes.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 8e90df40847..be93cdf54f6 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ diff --git a/icons/obj/clothing/under/security.dmi b/icons/obj/clothing/under/security.dmi index ed7e840b1c2..972c89f56fc 100644 Binary files a/icons/obj/clothing/under/security.dmi and b/icons/obj/clothing/under/security.dmi differ