Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
new /obj/item/clothing/suit/toggle/labcoat/emt(src)
new /obj/item/clothing/head/soft/emt(src)
new /obj/item/defibrillator/loaded(src)
new /obj/item/clothing/suit/toggle/labcoat/pmedic_jacket(src)
new /obj/item/clothing/suit/toggle/labcoat/emt/green(src)
new /obj/item/clothing/head/soft/emt/green (src)
new /obj/item/radio/headset/headset_med(src)
new /obj/item/storage/belt/medical(src)

Expand Down
7 changes: 7 additions & 0 deletions code/modules/clothing/head/soft_caps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,10 @@
icon_state = "emtsoft"
item_color = "emt"
dog_fashion = null

/obj/item/clothing/head/soft/emt/green
name = "green EMT cap"
desc = "It's a baseball hat with a green color and a reflective cross on the top."
icon_state = "emtgrsoft"
item_color = "emt"
dog_fashion = null
7 changes: 7 additions & 0 deletions code/modules/clothing/suits/labcoat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
icon_state = "labcoat_emt"
item_state = "labcoat_cmo"

/obj/item/clothing/suit/toggle/labcoat/emt/green
name = "\improper green EMT's jacket"
desc = "A green jacket with reflective strips for emergency medical technicians."
alternate_worn_icon = 'icons/mob/suit.dmi' //yogs - subtype of labcoat, retains worn sprite
icon_state = "labcoat_emtgr"
item_state = "labcoat_cmo"

/obj/item/clothing/suit/toggle/labcoat/mad
name = "\proper The Mad's labcoat"
desc = "It makes you look capable of konking someone on the noggin and shooting them into space."
Expand Down
Binary file modified icons/mob/head.dmi
Binary file not shown.
Binary file modified icons/mob/suit.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.
8 changes: 0 additions & 8 deletions yogstation/code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,6 @@
icon_state = "janitor_coat"
item_state = "janitor_item"

/obj/item/clothing/suit/toggle/labcoat/pmedic_jacket
name = "yellow paramedic jacket"
desc = "Bright yellow so people can see you coming from a mile away."
icon = 'yogstation/icons/obj/clothing/suits.dmi'
alternate_worn_icon = 'yogstation/icons/mob/suit.dmi'
icon_state = "pmedic_jacket"
item_state = "pmedic_jacket"

/obj/item/clothing/suit/yogs/detectivecoat
name = "detective long coat"
desc = "For those detectives that value fashion over function."
Expand Down
Binary file modified yogstation/icons/mob/suit.dmi
Binary file not shown.