Skip to content

Commit

Permalink
[MIRROR] For Science: Slightly resprites RD labcoat variants and adds…
Browse files Browse the repository at this point in the history
… regular labcoat to loadout (#2081)

* For Science: Slightly resprites RD labcoat variants and adds regular labcoat to loadout (#1009)

slightly resprites multiple labcoats and adds regular labcoat

* update missing dmis

---------

Co-authored-by: Lutowski <[email protected]>
Co-authored-by: Iajret <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2024
1 parent 796994b commit 14c91f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
fire = 80
acid = 70

/obj/item/clothing/suit/toggle/labcoat/nova/regular
name = "researcher's labcoat"
desc = "A Nanotrasen standard labcoat for researchers in the scientific field."
icon_state = "labcoat_regular"

/obj/item/clothing/suit/toggle/labcoat/nova/highvis
name = "high vis labcoat"
desc = "A high visibility vest for emergency responders, intended to draw attention away from the blood."
Expand Down
Binary file modified modular_nova/master_files/icons/mob/clothing/suits/labcoat.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/obj/clothing/suits/labcoat.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ GLOBAL_LIST_INIT(loadout_exosuits, generate_loadout_items(/datum/loadout_item/su
name = "Medical Labcoat"
item_path = /obj/item/clothing/suit/toggle/labcoat/medical

/datum/loadout_item/suit/labcoat_regular
name = "Researcher's Labcoat"
item_path = /obj/item/clothing/suit/toggle/labcoat/nova/regular

/*
* PONCHOS
*/
Expand Down

0 comments on commit 14c91f7

Please sign in to comment.