Skip to content

Commit

Permalink
Фиксим одежду
Browse files Browse the repository at this point in the history
  • Loading branch information
FlitchTime committed Feb 1, 2025
1 parent 05131fb commit 471b06d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
name = "first responder jacket"
desc = "A high-visibility jacket worn by medical first responders."
icon_state = "fr_jacket_open"
item_state = "fr_jacket_open"
item_state = "fr_jacket"
blood_overlay_type = "armor"
allowed = list(/obj/item/stack/medical, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/hypospray, /obj/item/reagent_containers/applicator, /obj/item/reagent_containers/syringe,
/obj/item/healthanalyzer, /obj/item/flashlight, /obj/item/radio, /obj/item/tank/internals/emergency_oxygen,/obj/item/rad_laser)
Expand Down
7 changes: 6 additions & 1 deletion code/modules/clothing/under/jobs/medsci.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,30 +182,35 @@
name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in baby blue."
icon_state = "scrubsblue"
item_state = "scrubsblue"
item_color = "scrubsblue"

/obj/item/clothing/under/rank/medical/green
name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in dark green."
icon_state = "scrubsdarkgreen"
item_state = "scrubsdarkgreen"
item_color = "scrubsdarkgreen"

/obj/item/clothing/under/rank/medical/lightgreen
name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in green."
icon_state = "scrubsgreen"
item_state = "scrubsgreen"
item_color = "scrubsgreen"

/obj/item/clothing/under/rank/medical/purple
name = "medical scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in deep purple."
icon_state = "scrubspurple"
item_state = "scrubspurple"
item_color = "scrubspurple"

/obj/item/clothing/under/rank/medical/mortician
name = "coroner's scrubs"
desc = "It's made of a special fiber that provides minor protection against biohazards. This one is as dark as an emo's poetry."
icon_state = "scrubsblack"
item_state = "scrubsblack"
item_color = "scrubsblack"

//paramedic
Expand Down Expand Up @@ -243,7 +248,7 @@
name = "psychologist's turtleneck"
desc = "A turqouise turtleneck and a pair of dark blue slacks, belonging to a psychologist."
icon_state = "psychturtle"
item_state = "b_suit"
item_state = "psychturtle"
item_color = "psychturtle"


Expand Down
Binary file modified icons/mob/inhands/clothing_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/clothing_righthand.dmi
Binary file not shown.

0 comments on commit 471b06d

Please sign in to comment.