From f320af898f716788f64c287aacffdbd2eb565334 Mon Sep 17 00:00:00 2001 From: Name Date: Sat, 26 Oct 2024 19:02:11 -0400 Subject: [PATCH 1/2] Initial Commit --- .../modular_cosmetics/code/suits/labcoat.dm | 8 ++++---- .../modular_cosmetics/icons/obj/suit/labcoat.dmi | Bin 0 -> 616 bytes 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 modular_doppler/modular_cosmetics/icons/obj/suit/labcoat.dmi diff --git a/modular_doppler/modular_cosmetics/code/suits/labcoat.dm b/modular_doppler/modular_cosmetics/code/suits/labcoat.dm index a2a91b873a737..b63a553bf9540 100644 --- a/modular_doppler/modular_cosmetics/code/suits/labcoat.dm +++ b/modular_doppler/modular_cosmetics/code/suits/labcoat.dm @@ -3,10 +3,10 @@ /obj/item/clothing/suit/toggle/labcoat/hospitalgown //Intended to keep patients modest while still allowing for surgeries name = "hospital gown" desc = "A complicated drapery with an assortment of velcros and strings, designed to keep a patient modest during medical stay and surgeries." - icon_state = "labcoat_job" - greyscale_config = /datum/greyscale_config/labcoat - greyscale_config_worn = /datum/greyscale_config/labcoat/worn - greyscale_colors = "#478294#478294#478294#478294" + icon_state = "hgown" + inhand_icon_state = "hgown" + icon = 'modular_doppler/modular_cosmetics/icons/obj/suit/labcoat.dmi' + worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/suit/labcoat.dmi' toggle_noun = "drapes" body_parts_covered = NONE //Allows surgeries despite wearing it; hiding genitals is handled in /datum/sprite_accessory/genital/is_hidden() (Only place it'd work sadly) armor_type = /datum/armor/none diff --git a/modular_doppler/modular_cosmetics/icons/obj/suit/labcoat.dmi b/modular_doppler/modular_cosmetics/icons/obj/suit/labcoat.dmi new file mode 100644 index 0000000000000000000000000000000000000000..8541cb21a5ad4453708c82269cb8506fede0b80b GIT binary patch literal 616 zcmV-u0+;=XP)V=-0C=2JR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+ z(=$pSoZ^zil2jm5DI-0GbOXA7|1u|;!G<_%uR)`QB}p4;8Lfo;OgfBwjKa- z042hP(%?S;00Fc~L_t(|ob8vfN(3=JC|C)WwsyXNg_T%~m4z>0 zXKN{3<)Tj@Sm}X+jn+QE$-l>cgs?H0-OCPm`I_T4VgA`ao5`f8s>&=fOWFx&lMT>L zK$~oUb^_XD1GE#+CL5rgfHupL$(N5WldsQL^Yig;Zq82&K0m&=nyjpEn6<%{IomCZ zzhZPDg?{uG0P)q~uoi(BL|t)=W1b`dZT%<%PHyjNalj;OD9&-rmn5O7A2a~LDERzv zKNI09;FsbY$NYJjkXpY8-3Ae8d+(qQj=i_Jvv05u?N#9ax2I8^80TLf9d@n5I1j@SOmC(PpK6hzvj@;!A*+l$4~g1pI~3bFNJ=v6?S1WVjnql z-oB!yg8jdXdqs{#Y`}kG;XA=>fOZ1fWCOGl(B>EGED)6FA7sJ+0000 Date: Sat, 26 Oct 2024 20:25:59 -0400 Subject: [PATCH 2/2] oopsy poopsie --- modular_doppler/modular_cosmetics/code/suits/labcoat.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_doppler/modular_cosmetics/code/suits/labcoat.dm b/modular_doppler/modular_cosmetics/code/suits/labcoat.dm index b63a553bf9540..9509c36d37d57 100644 --- a/modular_doppler/modular_cosmetics/code/suits/labcoat.dm +++ b/modular_doppler/modular_cosmetics/code/suits/labcoat.dm @@ -4,7 +4,6 @@ name = "hospital gown" desc = "A complicated drapery with an assortment of velcros and strings, designed to keep a patient modest during medical stay and surgeries." icon_state = "hgown" - inhand_icon_state = "hgown" icon = 'modular_doppler/modular_cosmetics/icons/obj/suit/labcoat.dmi' worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/suit/labcoat.dmi' toggle_noun = "drapes"