[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>
This commit is contained in:
SkyratBot
2022-11-19 06:36:43 +01:00
committed by GitHub
parent 848458fc45
commit 20d8ef25f4
8 changed files with 14 additions and 7 deletions
+13
View File
@@ -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
-6
View File
@@ -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,
)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB