Move cyberpunk detective gear to be suits, add long version

This commit is contained in:
Aronai Sieyes
2020-05-15 14:17:34 -04:00
parent 51c38f8555
commit a23605c9fd
9 changed files with 29 additions and 14 deletions

View File

@@ -38,3 +38,15 @@
display_name = "Colorful poncho"
description = "A mexican looking poncho. It look like it fits wolf taurs as well."
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"
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
*/