[MIRROR] [NO GBP] Fixes my many fucks ups in the RD PR. [MDB IGNORE] (#17567)
* [NO GBP] Fixes my many fucks ups in the RD PR. (#71292) ## About The Pull Request Fixes the coat being incorrectly togglable as a labcoat, and fixes handholes in the turtleneck. ## Why It's Good For The Game guh ## Changelog 🆑 axietheaxolotl fix: The RD coat is no longer incorrectly togglable, and lack of "fill-in" on turtleneck handholes. /🆑 * [NO GBP] Fixes my many fucks ups in the RD PR. Co-authored-by: axietheaxolotl <86872535+axietheaxolotl@users.noreply.github.com>
@@ -301,3 +301,16 @@
|
||||
inhand_icon_state = null
|
||||
body_parts_covered = HEAD
|
||||
flags_inv = HIDEHAIR|HIDEEARS
|
||||
|
||||
// Research Director
|
||||
|
||||
/obj/item/clothing/suit/jacket/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)
|
||||
body_parts_covered = CHEST|GROIN|ARMS
|
||||
|
||||
/obj/item/clothing/suit/jacket/research_director/Initialize(mapload)
|
||||
. = ..()
|
||||
allowed += /obj/item/storage/bag/xeno
|
||||
|
||||
@@ -97,12 +97,6 @@
|
||||
. = ..()
|
||||
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."
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
id = /obj/item/card/id/advanced/silver
|
||||
id_trim = /datum/id_trim/job/research_director
|
||||
uniform = /obj/item/clothing/under/rank/rnd/research_director/turtleneck
|
||||
suit = /obj/item/clothing/suit/toggle/labcoat/research_director
|
||||
suit = /obj/item/clothing/suit/jacket/research_director
|
||||
backpack_contents = list(
|
||||
/obj/item/melee/baton/telescopic = 1,
|
||||
)
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |