R[D]evamp - Secret Door (#71208)

Adds a Brand-new RD labcoat and beret. Along with a pair of black gloves and a set of jackboots given to them.
This PR also resprites the RD turtleneck and skirtleneck.
This commit is contained in:
axietheaxolotl
2022-11-15 12:28:12 +11:00
committed by GitHub
parent 13a1939eee
commit 305669fe55
10 changed files with 20 additions and 13 deletions
+4 -3
View File
@@ -92,11 +92,12 @@
new /obj/item/clothing/under/rank/rnd/research_director/alt/skirt(src)
new /obj/item/clothing/under/rank/rnd/research_director/turtleneck(src)
new /obj/item/clothing/under/rank/rnd/research_director/turtleneck/skirt(src)
new /obj/item/clothing/suit/toggle/labcoat(src)
new /obj/item/clothing/head/beret/science(src)
new /obj/item/clothing/under/rank/rnd/research_director/turtleneck(src)
new /obj/item/clothing/head/beret/science/rd(src)
new /obj/item/clothing/neck/cloak/rd(src)
new /obj/item/clothing/shoes/sneakers/brown(src)
new /obj/item/clothing/shoes/jackboots(src)
new /obj/item/clothing/suit/hooded/wintercoat/science/rd(src)
new /obj/item/clothing/gloves/color/black(src)
/obj/item/storage/bag/garment/chief_medical/PopulateContents()
new /obj/item/clothing/head/beret/medical/cmo(src)
+3 -3
View File
@@ -281,12 +281,12 @@
greyscale_colors = "#8D008F"
flags_1 = NONE
/obj/item/clothing/head/beret/science/fancy
desc = "A science-themed beret for our hardworking scientists. This one comes with a fancy badge!"
/obj/item/clothing/head/beret/science/rd
desc = "A purple badge with the insignia of the Research Director attached. For the paper-shuffler in you!"
icon_state = "beret_badge"
greyscale_config = /datum/greyscale_config/beret_badge
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn
greyscale_colors = "#8D008F#FFFFFF"
greyscale_colors = "#7e1980#c9cbcb"
//Medical
/obj/item/clothing/head/beret/medical
+6 -1
View File
@@ -87,6 +87,12 @@
. = ..()
allowed += /obj/item/storage/bag/xeno
/obj/item/clothing/suit/toggle/labcoat/research_director
name = "research director's coat"
desc = "A mix between a labcoat and just a regular coat. It's made out of a special anti-bacterial, anti-acidic, and anti-biohazardous synthetic fabric."
icon_state = "labcoat_rd"
armor = list(MELEE = 0, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 75, FIRE = 75, ACID = 75)
/obj/item/clothing/suit/toggle/labcoat/roboticist
name = "roboticist labcoat"
desc = "More like an eccentric coat than a labcoat. Helps pass off bloodstains as part of the aesthetic. Comes with red shoulder pads."
@@ -96,4 +102,3 @@
name = "interdyne labcoat"
desc = "More like an eccentric coat than a labcoat. Helps pass off bloodstains as part of the aesthetic. Comes with red shoulder pads."
icon_state = "labcoat_robo"
+2 -2
View File
@@ -44,7 +44,7 @@
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
/obj/item/clothing/under/rank/rnd/research_director/turtleneck
desc = "A dark purple turtleneck and tan khakis, for a director with a superior sense of style."
desc = "A Nanotrasen-purple turtleneck and black jeans, for a director with a superior sense of style."
name = "research director's turtleneck"
icon_state = "rdturtle"
inhand_icon_state = "p_suit"
@@ -53,7 +53,7 @@
/obj/item/clothing/under/rank/rnd/research_director/turtleneck/skirt
name = "research director's turtleneck skirt"
desc = "A dark purple turtleneck and tan khaki skirt, for a director with a superior sense of style."
desc = "A Nanotrasen-purple turtleneck and a black skirt, for a director with a superior sense of style."
icon_state = "rdturtle_skirt"
inhand_icon_state = "p_suit"
body_parts_covered = CHEST|GROIN|ARMS
@@ -57,14 +57,16 @@
id = /obj/item/card/id/advanced/silver
id_trim = /datum/id_trim/job/research_director
uniform = /obj/item/clothing/under/rank/rnd/research_director
suit = /obj/item/clothing/suit/toggle/labcoat
uniform = /obj/item/clothing/under/rank/rnd/research_director/turtleneck
suit = /obj/item/clothing/suit/toggle/labcoat/research_director
backpack_contents = list(
/obj/item/melee/baton/telescopic = 1,
)
belt = /obj/item/modular_computer/tablet/pda/heads/rd
head = /obj/item/clothing/head/beret/science/rd
ears = /obj/item/radio/headset/heads/rd
shoes = /obj/item/clothing/shoes/sneakers/brown
shoes = /obj/item/clothing/shoes/jackboots
gloves = /obj/item/clothing/gloves/color/black
l_pocket = /obj/item/laser_pointer/purple
l_hand = /obj/item/clipboard
-1
View File
@@ -206,7 +206,6 @@
/obj/item/storage/backpack/satchel/science = 3,
/obj/item/storage/backpack/duffelbag/science = 3,
/obj/item/clothing/head/beret/science = 3,
/obj/item/clothing/head/beret/science/fancy = 3,
/obj/item/clothing/mask/bandana/striped/science = 3,
/obj/item/clothing/suit/hooded/wintercoat/science = 3,
/obj/item/clothing/under/rank/rnd/scientist = 3,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB