diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b516adc80ce..09a5e9e2523 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -67,6 +67,14 @@ item_state = "jumpsuitdown" color = "jumpsuitdown" +/obj/item/clothing/under/fluff/olddressuniform + name = "retired dress uniform" + desc = "A retired Station Head of Staff uniform, phased out twenty years ago for the newer jumpsuit design, but still acceptable dress. Lovingly maintained." + icon = 'custom_items.dmi' + icon_state = "olddressuniform" + item_state = "olddressuniform" + color = "olddressuniform" + //////////// Useable Items /obj/item/weapon/pen/fluff/multi @@ -101,6 +109,13 @@ icon = 'custom_items.dmi' icon_state = "maye_daye_1" +/obj/item/weapon/reagent_containers/food/drinks/flask/fluff/johann_erzatz_1 + name = "vintage thermos" + desc = "An older thermos with a faint shine." + icon = 'custom_items.dmi' + icon_state = "johann_erzatz_1" + volume = 50 + //////////// Misc Items /obj/item/fluff/wes_solari_1 diff --git a/config/custom_items.txt b/config/custom_items.txt index 744eabb8733..b5c1ac10406 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -19,4 +19,6 @@ lexusjjss: Lexus Langg: /obj/item/weapon/clipboard/fluff/smallnote lexusjjss: Zachary Tomlinson: /obj/item/weapon/clipboard/fluff/smallnote orangebottle: Lillian Levett: /obj/item/weapon/pen/fluff/fancypen orangebottle: Lilliana Reade: /obj/item/weapon/pen/fluff/fancypen -deusdactyl: Roger Wiles: /obj/item/clothing/under/rank/virologist/fluff/cdc_jumpsuit, /obj/item/clothing/suit/storage/labcoat/fluff/cdc_labcoat \ No newline at end of file +deusdactyl: Roger Wiles: /obj/item/clothing/under/rank/virologist/fluff/cdc_jumpsuit, /obj/item/clothing/suit/storage/labcoat/fluff/cdc_labcoat +desiderium: Momiji Inubashiri: /obj/item/clothing/under/fluff/olddressuniform +leonheart11: Johann Erzatz: /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/johann_erzatz_1 \ No newline at end of file diff --git a/icons/mob/items_lefthand.dmi b/icons/mob/items_lefthand.dmi index 14e84d67326..0674f0abd7b 100644 Binary files a/icons/mob/items_lefthand.dmi and b/icons/mob/items_lefthand.dmi differ diff --git a/icons/mob/items_righthand.dmi b/icons/mob/items_righthand.dmi index a35fc84e968..0f8bf8278fd 100644 Binary files a/icons/mob/items_righthand.dmi and b/icons/mob/items_righthand.dmi differ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 9ea045299d4..b3ae61bd778 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 fd13b9499bf..c03545cfefd 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ