diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index d00a57f63c1..0d87b19a3dc 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -238,6 +238,13 @@ item_state = "olddressuniform" color = "olddressuniform" +/obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 //whitewolf41: Jeremy Wolf + name = "worn officer's uniform" + desc = "An old red security jumpsuit. Seems to have some slight modifications." + icon = 'custom_items.dmi' + icon_state = "jeremy_wolf_1" + color = "jeremy_wolf_1" + //////////// Masks //////////// /obj/item/clothing/mask/fluff/flagmask //searif: Tsiokeriio Tarbell diff --git a/config/custom_items.txt b/config/custom_items.txt index c898877057a..acfd9e7942c 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -37,4 +37,5 @@ thebreadbocks: Steve Johnson: /obj/item/fluff/steve_johnson_1 themij: Taryn Kifer: /obj/item/clothing/head/helmet/greenbandana/fluff/taryn_kifer_1 tzefa: Wes Solari: /obj/item/fluff/wes_solari_1 vinceluk: Seth Sealis: /obj/item/clothing/suit/storage/det_suit/fluff/graycoat -whitellama: Ethan Way: /obj/item/fluff/ethan_way_1 \ No newline at end of file +whitellama: Ethan Way: /obj/item/fluff/ethan_way_1 +whitewolf41: Jeremy Wolf: /obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 \ No newline at end of file diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 3bb0f47fe5c..1449da2447b 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 5c75a292afe..cf18853c68d 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ