From 077686c11c53a607804f98e43330d3908b39b9ff Mon Sep 17 00:00:00 2001 From: Vladin Date: Fri, 20 Nov 2020 18:57:19 -0500 Subject: [PATCH 1/2] Crew can come to work looking professional not that any of our players act that way --- modular_citadel/code/modules/client/loadout/neck.dm | 5 +++++ modular_citadel/code/modules/client/loadout/suit.dm | 7 ++++++- modular_citadel/code/modules/client/loadout/uniform.dm | 5 +++++ .../code/modules/custom_loadout/custom_items.dm | 4 ++-- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/neck.dm b/modular_citadel/code/modules/client/loadout/neck.dm index 36053945..c6975593 100644 --- a/modular_citadel/code/modules/client/loadout/neck.dm +++ b/modular_citadel/code/modules/client/loadout/neck.dm @@ -13,6 +13,11 @@ category = SLOT_NECK path = /obj/item/clothing/neck/tie/black +/datum/gear/bloodredtie + name = "Blood-red tie" + category = SLOT_NECK + path = /obj/item/clothing/neck/tie/bloodred + /datum/gear/collar name = "Collar" category = SLOT_NECK diff --git a/modular_citadel/code/modules/client/loadout/suit.dm b/modular_citadel/code/modules/client/loadout/suit.dm index e537a669..e693f1c2 100644 --- a/modular_citadel/code/modules/client/loadout/suit.dm +++ b/modular_citadel/code/modules/client/loadout/suit.dm @@ -207,4 +207,9 @@ /datum/gear/kromacrop name = "Kromatose Short Jacket" category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/polychromic/kromacrop \ No newline at end of file + path = /obj/item/clothing/suit/polychromic/kromacrop + +/datum/gear/blacksuitjacket + name = "Black Suit Jacket" + category = SLOT_WEAR_SUIT + path = /obj/item/clothing/suit/toggle/lawyer/black diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index eb75c01c..e6d981ac 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -38,6 +38,11 @@ category = SLOT_W_UNIFORM path = /obj/item/clothing/under/suit_jacket/white +/datum/gear/suitblackreal + name = "Black suit shirt" + category = SLOT_W_UNIFORM + path = /obj/item/clothing/under/lawyer/blacksuit + /datum/gear/galaxy_b name = "De Void of Soul" category = SLOT_W_UNIFORM diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 42363e9e..dd3df73d 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -287,8 +287,8 @@ mutantrace_variation = NO_MUTANTRACE_VARIATION /obj/item/clothing/neck/tie/bloodred - name = "Blood Red Tie" - desc = "A neosilk clip-on tie. This one has a black S on the tipping and looks rather unique." + name = "blood-red tie" + desc = "A neosilk clip-on tie. This one has a black S on the tipping and looks rather suspicious." icon = 'icons/obj/custom.dmi' icon_state = "bloodredtie" alternate_worn_icon = 'icons/mob/custom_w.dmi' From 473a130c080cf290496aac8c5564ebe38230f181 Mon Sep 17 00:00:00 2001 From: Vladin Ampora <44104681+VladinXXV@users.noreply.github.com> Date: Sat, 21 Nov 2020 00:08:39 -0500 Subject: [PATCH 2/2] wait a fucking second This ain't a fucking clip on LOOK AT IT MY MAN LOOK AT IT --- modular_citadel/code/modules/custom_loadout/custom_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index dd3df73d..56d19cd3 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -288,7 +288,7 @@ /obj/item/clothing/neck/tie/bloodred name = "blood-red tie" - desc = "A neosilk clip-on tie. This one has a black S on the tipping and looks rather suspicious." + desc = "A neosilk tie. This one has a black S on the tipping and looks rather suspicious." icon = 'icons/obj/custom.dmi' icon_state = "bloodredtie" alternate_worn_icon = 'icons/mob/custom_w.dmi'