Skip to content

Commit

Permalink
Merge pull request #197 from W4rd3nn/hospital-gown-fix
Browse files Browse the repository at this point in the history
[FIX] Re-Installs CS:S for Hospital Gowns
  • Loading branch information
Nerev4r authored Oct 27, 2024
2 parents 291b948 + 74f5ae3 commit 6b93190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modular_doppler/modular_cosmetics/code/suits/labcoat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
/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"
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
Expand Down
Binary file not shown.

0 comments on commit 6b93190

Please sign in to comment.