From 5d13d61ea7e21208214a1c775e55247a2b6ca4d7 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Mon, 15 Mar 2021 11:11:17 -0300 Subject: [PATCH 1/2] upload files --- code/modules/clothing/under/syndicate.dm | 6 ++++++ modular_citadel/code/modules/client/loadout/uniform.dm | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 72af4e9572..2d2e51f137 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -59,6 +59,12 @@ has_sensor = TRUE armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0, "wound" = 5) +/obj/item/clothing/under/syndicate/cosmetic/skirt + name = "tacticool skirtleneck" + icon_state = "tactifool_skirt" + fitted = FEMALE_UNIFORM_TOP + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON + /obj/item/clothing/under/syndicate/sniper name = "Tactical turtleneck suit" desc = "A double seamed tactical turtleneck disguised as a civilian grade silk suit. Intended for the most formal operator. The collar is really sharp." diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 022d823291..945e0dfe12 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -199,6 +199,10 @@ name = "Tactitool Turtleneck" path = /obj/item/clothing/under/syndicate/cosmetic +/datum/gear/uniform/skirtleneck + name = "Tactitool Skirtleneck" + path = /obj/item/clothing/under/syndicate/cosmetic/skirt + /datum/gear/uniform/sweater name = "Cream Commando Sweater" path = /obj/item/clothing/under/sweater From 6bf711d7ec487803723a23117ea95af5e9840b81 Mon Sep 17 00:00:00 2001 From: SandPoot <43283559+SandPoot@users.noreply.github.com> Date: Tue, 16 Mar 2021 22:54:59 -0300 Subject: [PATCH 2/2] Update syndicate.dm --- code/modules/clothing/under/syndicate.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 2d2e51f137..d7ee4de62c 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -60,7 +60,7 @@ armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0, "wound" = 5) /obj/item/clothing/under/syndicate/cosmetic/skirt - name = "tacticool skirtleneck" + name = "tactitool skirtleneck" icon_state = "tactifool_skirt" fitted = FEMALE_UNIFORM_TOP mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON