diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 9dd2406849..913b312d2c 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -232,6 +232,15 @@ icon_on = "guessipon" icon_off = "guessip" +///////////////////////////// Jarcolr - Uberto Dandolo - Painted secure briefcase ///////////// + +/obj/item/weapon/storage/secure/briefcase/fluff/uberto_dandolo + name = "painted secure briefcase" + desc = "A bulky briefcase with a combination lock. It features the color green, white and red, and a golden eagle in the middle." + icon = 'icons/obj/custom_items.dmi' + icon_state = "painted_secure" + item_state = "painted_secure" + ///////////////////////////// Ziepes - Janis Godmanis - Red Zippo ////////////////////// /obj/item/weapon/flame/lighter/zippo/fluff/janis_godmanis @@ -242,6 +251,14 @@ icon_on = "redzippoon" icon_off = "redzippo" +////////////////////////////// Tudoreleuu - Emilia Scotts - Customized pAI ///////////// + +/obj/item/device/paicard/fluff/emilia_scotts + name = "Customized pAI unit" + desc = "It seems to be a pAI Unit, albeit in a different shell. It acts exactly like the normal one. " + icon = 'icons/obj/custom_items.dmi' + icon_state = "customized_pai" + ////////////////////////////// Vivallion - Isaac Jachym - Butterfly Lighter //////////// /obj/item/weapon/flame/lighter/zippo/fluff/isaac_jachym @@ -789,6 +806,12 @@ icon_state = "adapted_h" icon = 'icons/obj/custom_items.dmi' +////////////////////////////// Jarcolr - Uberto Dandolo - Feathered trilby ///////////////////// + +/obj/item/clothing/head/feather/fluff/uberto_dandolo + name = "Feathered trilby" + desc = "A sharp, stylish hat with a feather." + ////////////////////////////////////////////////////////// ///////////////////// Belts ////////////////////////////// ////////////////////////////////////////////////////////// @@ -985,6 +1008,22 @@ item_state = "harper_uniform" item_color = "harper_uniform" +//////////////////// Layla's Dress - Layla Davies-Halabi - sabirm /////////////// + +/obj/item/clothing/under/fluff/layla_davieshalabi + name = "White floral sundress" + desc = "A loose, white sundress decorated with purple lilies. It looks well looked-after." + icon = 'icons/obj/custom_items.dmi' + icon_state = "layladress" + item_state = "layladress" + item_color = "layladress" + +//////////////////// Corporate Cap - Robert Mason - Masterrbc //////////////////// + +/obj/item/clothing/head/soft/sec/corp/fluff/robert_mason + name = "Corporate Cap" + desc = "It's baseball hat in corporate colors." + /obj/item/clothing/under/fluff/tian_dress //phaux: Tian Yinhu name = "purple dress" desc = "A nicely tailored purple dress made for the taller woman." diff --git a/icons/mob/items_lefthand.dmi b/icons/mob/items_lefthand.dmi index ef7171a778..1e499e8635 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 fd88acf373..21c3ef4620 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 e1a9d06251..b2c3ea11e6 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 c492fcacca..5fd986fcbf 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ