Adds four new labcoats (#21212)

* added missing labcoats

* robo lockers
forgot that they spawn with labcoats too

* Forgot to remove the WIP sprites

* sean's review
This commit is contained in:
Sadhorizon
2023-06-05 13:08:21 +02:00
committed by GitHub
parent 8a55bc6d9c
commit db7524a724
10 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -256,7 +256,7 @@
jobtype = /datum/job/psychiatrist
uniform = /obj/item/clothing/under/rank/medical/doctor
suit = /obj/item/clothing/suit/storage/labcoat
suit = /obj/item/clothing/suit/storage/labcoat/psych
shoes = /obj/item/clothing/shoes/laceup
l_ear = /obj/item/radio/headset/headset_med
id = /obj/item/card/id/psychiatrist
+2 -2
View File
@@ -33,7 +33,7 @@
jobtype = /datum/job/rd
uniform = /obj/item/clothing/under/rank/rnd/research_director
suit = /obj/item/clothing/suit/storage/labcoat
suit = /obj/item/clothing/suit/storage/labcoat/rd
shoes = /obj/item/clothing/shoes/brown
l_ear = /obj/item/radio/headset/heads/rd
id = /obj/item/card/id/rd
@@ -114,7 +114,7 @@
jobtype = /datum/job/roboticist
uniform = /obj/item/clothing/under/rank/rnd/roboticist
suit = /obj/item/clothing/suit/storage/labcoat
suit = /obj/item/clothing/suit/storage/labcoat/robowhite
belt = /obj/item/storage/belt/utility/full
shoes = /obj/item/clothing/shoes/black
l_ear = /obj/item/radio/headset/headset_sci
+4 -2
View File
@@ -333,7 +333,8 @@
vend_reply = "Thank you for using the RoboDrobe!"
products = list(/obj/item/clothing/under/rank/rnd/roboticist = 3,
/obj/item/clothing/under/rank/rnd/roboticist/skirt = 3,
/obj/item/clothing/suit/storage/labcoat = 3,
/obj/item/clothing/suit/storage/labcoat/roboblack = 3,
/obj/item/clothing/suit/storage/labcoat/robowhite = 3,
/obj/item/clothing/head/soft/black = 3,
/obj/item/clothing/gloves/fingerless = 3,
/obj/item/clothing/shoes/laceup = 3,
@@ -342,7 +343,8 @@
contraband = list(/obj/item/toy/figure/crew/roboticist = 1)
prices = list(/obj/item/clothing/under/rank/rnd/roboticist = 50,
/obj/item/clothing/under/rank/rnd/roboticist/skirt = 50,
/obj/item/clothing/suit/storage/labcoat = 75,
/obj/item/clothing/suit/storage/labcoat/roboblack = 75,
/obj/item/clothing/suit/storage/labcoat/robowhite = 75,
/obj/item/clothing/head/soft/black = 20,
/obj/item/clothing/gloves/fingerless = 20,
/obj/item/clothing/shoes/laceup = 30,
@@ -92,8 +92,9 @@
/obj/item/storage/bag/garment/research_director/populate_contents()
new /obj/item/clothing/under/rank/rnd/research_director(src)
new /obj/item/clothing/suit/storage/labcoat(src)
new /obj/item/clothing/suit/storage/labcoat/rd(src)
new /obj/item/clothing/suit/mantle/labcoat(src)
new /obj/item/clothing/suit/storage/labcoat(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/gloves/color/latex(src)
@@ -31,8 +31,8 @@
new /obj/item/storage/backpack/satchel_norm(src)
new /obj/item/storage/backpack/duffel(src)
new /obj/item/storage/backpack/duffel(src)
new /obj/item/clothing/suit/storage/labcoat(src)
new /obj/item/clothing/suit/storage/labcoat(src)
new /obj/item/clothing/suit/storage/labcoat/roboblack(src)
new /obj/item/clothing/suit/storage/labcoat/robowhite(src)
new /obj/item/radio/headset/headset_sci(src)
new /obj/item/radio/headset/headset_sci(src)
new /obj/item/radio/headset/headset_sci(src)
+24
View File
@@ -63,3 +63,27 @@
desc = "A comfortable suit for paramedics. Has dark colours."
icon_state = "labcoat_emt_open"
item_state = "labcoat_emt_open"
/obj/item/clothing/suit/storage/labcoat/psych
name = "psychologist labcoat"
desc = "A suit that protects against minor chemical spills. Has a cyan stripe on the shoulder."
icon_state = "labcoat_psych_open"
item_state = "labcoat_psych_open"
/obj/item/clothing/suit/storage/labcoat/robowhite
name = "roboticist labcoat"
desc = "A suit that protects against minor chemical spills. Has a red stripe on the shoulder."
icon_state = "labcoat_robowhite_open"
item_state = "labcoat_robowhite_open"
/obj/item/clothing/suit/storage/labcoat/roboblack
name = "bioengineer labcoat"
desc = "A black suit that protects against minor chemical spills. Has a red stripe on the shoulder."
icon_state = "labcoat_roboblack_open"
item_state = "labcoat_roboblack_open"
/obj/item/clothing/suit/storage/labcoat/rd
name = "research director's labcoat"
desc = "More purple than the standard model."
icon_state = "labcoat_rd_open"
item_state = "labcoat_rd_open"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 KiB

After

Width:  |  Height:  |  Size: 524 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB