diff --git a/code/modules/client/preference_setup/loadout/loadout_factions.dm b/code/modules/client/preference_setup/loadout/loadout_factions.dm index dc890f75bd6..4020c5d1833 100644 --- a/code/modules/client/preference_setup/loadout/loadout_factions.dm +++ b/code/modules/client/preference_setup/loadout/loadout_factions.dm @@ -39,6 +39,11 @@ path = /obj/item/clothing/accessory/badge/passcard/sol/silversun faction = "Idris Incorporated" +/datum/gear/faction/idris_rag + display_name = "idris advanced service cloth" + path = /obj/item/reagent_containers/glass/rag/advanced/idris + faction = "Idris Incorporated" + /datum/gear/faction/zavodskoi_beret display_name = "black zavodskoi beret" path = /obj/item/clothing/head/beret/security/zavodskoi diff --git a/code/modules/detectivework/tools/rag.dm b/code/modules/detectivework/tools/rag.dm index 3cdd6f7069d..2816bb61bf6 100644 --- a/code/modules/detectivework/tools/rag.dm +++ b/code/modules/detectivework/tools/rag.dm @@ -302,6 +302,12 @@ volume = 10 cleantime = 15 +/obj/item/reagent_containers/glass/rag/advanced/idris + name = "Idris advanced service cloth" + desc = "An advanced rag developed and sold by Idris Incorporated at a steep price. It's dry-clean design and advanced insulating synthetic weave make this the pinnacle of service cloths for any self respecting chef or bartender!" + icon_state = "idrisrag" + volume = 15 + /obj/item/reagent_containers/glass/rag/handkerchief name = "handkerchief" desc = "For cleaning a lady's hand, your bruised ego or a crime scene." diff --git a/html/changelogs/IdrisRag.yml b/html/changelogs/IdrisRag.yml new file mode 100644 index 00000000000..24bffe13270 --- /dev/null +++ b/html/changelogs/IdrisRag.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "Idris now have their own unique rag in the loadout." diff --git a/icons/obj/janitor.dmi b/icons/obj/janitor.dmi index 1c16c309a81..f57449f62ff 100644 Binary files a/icons/obj/janitor.dmi and b/icons/obj/janitor.dmi differ