Merge pull request #7876 from VOREStation/aro-detsuit

Move cyberpunk detective gear to be suits, add long version
This commit is contained in:
Aronai Sieyes
2020-05-15 20:52:43 -04:00
committed by GitHub
9 changed files with 29 additions and 14 deletions

View File

@@ -41,8 +41,8 @@
/decl/hierarchy/outfit/job/security/detective/forensic /decl/hierarchy/outfit/job/security/detective/forensic
name = OUTFIT_JOB_NAME("Forensic technician") name = OUTFIT_JOB_NAME("Forensic technician")
head = /obj/item/clothing/head/helmet/detective_alt head = /obj/item/clothing/head/helmet/detective_alt
suit = null suit = /datum/gear/uniform/detective_alt2
uniform = /obj/item/clothing/under/detective_alt uniform = /obj/item/clothing/under/det
//VOREStation Edit End //VOREStation Edit End
/decl/hierarchy/outfit/job/security/officer /decl/hierarchy/outfit/job/security/officer

View File

@@ -38,3 +38,15 @@
display_name = "Colorful poncho" display_name = "Colorful poncho"
description = "A mexican looking poncho. It look like it fits wolf taurs as well." description = "A mexican looking poncho. It look like it fits wolf taurs as well."
path = /obj/item/clothing/suit/poncho path = /obj/item/clothing/suit/poncho
//Detective alternative
/datum/gear/uniform/detective_alt
display_name = "sleek modern coat, detective"
path = /obj/item/clothing/suit/storage/det_trench/alt
allowed_roles = list("Head of Security", "Detective")
//Detective alternative
/datum/gear/uniform/detective_alt2
display_name = "sleek modern coat (long), detective"
path = /obj/item/clothing/suit/storage/det_trench/alt2
allowed_roles = list("Head of Security", "Detective")

View File

@@ -174,12 +174,6 @@ Swimsuits
display_name = "Varmacorp nanovest" display_name = "Varmacorp nanovest"
path = /obj/item/clothing/under/fluff/v_nanovest path = /obj/item/clothing/under/fluff/v_nanovest
//Detective alternative
/datum/gear/uniform/detective_alt
display_name = "sleek modern coat, detective"
path = /obj/item/clothing/under/detective_alt
allowed_roles = list("Head of Security", "Detective")
/* /*
Qipao Qipao
*/ */

View File

@@ -71,3 +71,18 @@
icon_state = "whitedress1" icon_state = "whitedress1"
flags_inv = HIDESHOES flags_inv = HIDESHOES
/obj/item/clothing/suit/storage/det_trench/alt
name = "sleek modern coat"
desc = "A sleek overcoat made of neo-laminated fabric. Has a reasonably sized pocket on the inside."
icon = 'icons/obj/clothing/suits_vr.dmi'
icon_override = 'icons/mob/suit_vr.dmi'
icon_state = "cyberpunksleek"
item_state = "cyberpunksleek"
/obj/item/clothing/suit/storage/det_trench/alt2
name = "sleek modern coat (long)"
desc = "A sleek long overcoat made of neo-laminated fabric. Has a reasonably sized pocket on the inside."
icon = 'icons/obj/clothing/suits_vr.dmi'
icon_override = 'icons/mob/suit_vr.dmi'
icon_state = "cyberpunksleek_long"
item_state = "cyberpunksleek_long"

View File

@@ -1,6 +0,0 @@
/obj/item/clothing/under/detective_alt
desc = "sleek modern coat"
icon = 'icons/obj/clothing/uniforms_vr.dmi'
icon_override = 'icons/mob/uniform_vr.dmi'
icon_state = "cyberpunksleek"
item_state = "cyberpunksleek"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB