Adds a brown variant of the Detective's Noir Suit (#80451)

This commit is contained in:
ReinaCoder
2023-12-25 23:11:52 +00:00
committed by GitHub
parent 43c415b3cc
commit befa8e2429
4 changed files with 7 additions and 0 deletions
+6
View File
@@ -144,6 +144,12 @@
icon_state = "detsuit"
inhand_icon_state = null
/obj/item/clothing/suit/jacket/det_suit/brown
name = "brown suit jacket"
desc = "A suit jacket perfect for dinner dates and criminal investigations."
icon_state = "detsuit_brown"
inhand_icon_state = null
/obj/item/clothing/suit/jacket/det_suit/kim
name = "aerostatic bomber jacket"
desc = "A jacket once worn by the revolutionary air brigades during the Antecentennial Revolution. There are quite a few pockets on the inside, mostly for storing notebooks and compasses."
+1
View File
@@ -640,6 +640,7 @@
/obj/item/clothing/under/rank/security/detective = 2,
/obj/item/clothing/under/rank/security/detective/skirt = 2,
/obj/item/clothing/suit/jacket/det_suit = 2,
/obj/item/clothing/suit/jacket/det_suit/brown = 2,
/obj/item/clothing/shoes/sneakers/brown = 2,
/obj/item/clothing/gloves/latex = 2,
/obj/item/clothing/gloves/color/black = 2,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB