diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index e3710e4b9f..b9a27f007f 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -523,6 +523,13 @@ //////////// Hats //////////// + +/obj/item/clothing/head/fluff/kaine_kalim_1 + name = "Formal Medical Cap" + desc = "An unusually sterile and folded cap. It seems to bare the Nanotrasen logo." + icon = 'icons/obj/custom_items.dmi' + icon_state = "kainecap" + /obj/item/clothing/head/secsoft/fluff/swatcap //deusdactyl: James Girard name = "\improper SWAT hat" desc = "A black hat. The inside has the words, \"Lieutenant James Girard, LPD SWAT Team Four.\"" @@ -570,7 +577,7 @@ desc = "A worn-looking hat. It is slightly faded in color." icon = 'icons/obj/custom_items.dmi' icon_state = "brucehachert" - + /obj/item/clothing/head/beret/fluff/marine_beret //Von2531: Jack Washington name = "colonial marine beret" desc = "A well-worn navy blue beret. The insignia of the Martian Colonial Marine Corps is affixed to the front." @@ -624,6 +631,15 @@ item_state = "milohachert" item_color = "milohachert" + +/obj/item/clothing/under/fluff/kaine_kalim_2 + name = "Formal Medical Uniform" + desc = "An unusually sterile and pressed uniform. It seems to have a string of vials crossing the chest." + icon = 'icons/obj/custom_items.dmi' + icon_state = "kaineuniform" + item_state = "kaineuniform" + item_color = "kaineuniform" + /obj/item/clothing/under/fluff/jumpsuitdown //searif: Yuki Matsuda name = "rolled down jumpsuit" desc = "A rolled down jumpsuit. Great for mechanics." diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index caef139553..15d63988e6 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 7216a608a5..a5187c55bc 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index da927265b2..5e8c992ddb 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ