Skip to content

Commit

Permalink
[MIRROR] Adds a new scrub color
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNightingale authored and SuhEugene committed Nov 19, 2023
1 parent 906b2a0 commit 25234d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
list(/obj/item/clothing/under/rank/medical/scrubs/lilac, /obj/item/clothing/head/surgery/lilac), \
list(/obj/item/clothing/under/rank/medical/scrubs/teal, /obj/item/clothing/head/surgery/teal), \
list(/obj/item/clothing/under/rank/medical/scrubs/heliodor, /obj/item/clothing/head/surgery/heliodor), \
list(/obj/item/clothing/under/rank/medical/scrubs/navyblue, /obj/item/clothing/head/surgery/navyblue)\
list(/obj/item/clothing/under/rank/medical/scrubs/navyblue, /obj/item/clothing/head/surgery/navyblue), \
list(/obj/item/clothing/under/rank/medical/scrubs/lavender, /obj/item/clothing/head/surgery/lavender) \
) \
)

Expand Down
4 changes: 4 additions & 0 deletions code/modules/clothing/head/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
name = "heliodor surgical cap"
color = "#aad539"

/obj/item/clothing/head/surgery/lavender
name = "lavender surgical cap"
color = "#bebbee"

//Berets
/obj/item/clothing/head/beret
name = "beret"
Expand Down
4 changes: 4 additions & 0 deletions code/modules/clothing/under/jobs/medsci.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
name = "heliodor scrubs"
color = "#aad539"

/obj/item/clothing/under/rank/medical/scrubs/lavender
name = "lavender scrubs"
color = "#bebbee"

/obj/item/clothing/under/rank/psych
desc = "A basic white jumpsuit. It has turqouise markings that denote the wearer as a psychiatrist."
name = "psychiatrist's jumpsuit"
Expand Down

0 comments on commit 25234d7

Please sign in to comment.