From 3b13cff222cd1cd3d213a8b9d9ae80cc80d3ba23 Mon Sep 17 00:00:00 2001 From: evilew Date: Tue, 2 Apr 2024 15:38:23 +0200 Subject: [PATCH] cc uniforms - added a bunch of CC flavored uniforms and hats --- GainStation13/code/clothing/haydee_suit.dm | 4 -- GainStation13/code/clothing/head.dm | 28 ++++++++ GainStation13/code/clothing/suits.dm | 66 +++++++++++++++++++ GainStation13/icons/mob/head.dmi | Bin 0 -> 863 bytes GainStation13/icons/mob/suits.dmi | Bin 0 -> 3853 bytes _maps/map_files/generic/CentCom.dmm | 8 +-- code/modules/clothing/suits/miscellaneous.dm | 6 -- tgstation.dme | 2 + 8 files changed, 100 insertions(+), 14 deletions(-) create mode 100644 GainStation13/code/clothing/head.dm create mode 100644 GainStation13/code/clothing/suits.dm create mode 100644 GainStation13/icons/mob/head.dmi create mode 100644 GainStation13/icons/mob/suits.dmi diff --git a/GainStation13/code/clothing/haydee_suit.dm b/GainStation13/code/clothing/haydee_suit.dm index ad7ae8ee..2173f19c 100644 --- a/GainStation13/code/clothing/haydee_suit.dm +++ b/GainStation13/code/clothing/haydee_suit.dm @@ -50,10 +50,6 @@ ..() U = null -// /obj/item/clothing/suit/space/hardsuit/engine/haydee/jumpsuit_adjust() //when the user adjusts the clothes' style, rebuild the overlays -// ..() -// worn_overlays() - /obj/item/clothing/suit/space/hardsuit/engine/haydee/worn_overlays(isinhands = FALSE) if(U) if(!isinhands) diff --git a/GainStation13/code/clothing/head.dm b/GainStation13/code/clothing/head.dm new file mode 100644 index 00000000..49e448fa --- /dev/null +++ b/GainStation13/code/clothing/head.dm @@ -0,0 +1,28 @@ +//most of those are probably recolors, but this is just generally GATO / GS13 stuff + +/obj/item/clothing/head/helmet/space/hardsuit/ert/alert/gato + name = "GATO Hardsuit Helmet" + desc = "Exclusive version of a hardsuit helmet, usually reserved for GATO CC personnel." + icon = 'GainStation13/icons/mob/head.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/head.dmi' + icon_state = "hardsuit0-gato" + item_state = "hardsuit0-gato" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/head/HoS/beret/gato + name = "GT-CC Beret" + desc = "A robust beret for the CC personnel, for looking stylish while not sacrificing protection." + icon = 'GainStation13/icons/mob/head.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/head.dmi' + icon_state = "gato_beret" + item_state = "gato_beret" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/head/HoS/gato + name = "GT-CC Cap" + desc = "The robust standard-issue cap of the CC personnel." + icon = 'GainStation13/icons/mob/head.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/head.dmi' + icon_state = "gato_cap" + item_state = "gato_cap" + mutantrace_variation = NO_MUTANTRACE_VARIATION diff --git a/GainStation13/code/clothing/suits.dm b/GainStation13/code/clothing/suits.dm new file mode 100644 index 00000000..24b14ff6 --- /dev/null +++ b/GainStation13/code/clothing/suits.dm @@ -0,0 +1,66 @@ +//most of those are probably recolors, but this is just generally GATO / GS13 stuff + + +/obj/item/clothing/suit/jacket/letterman_gato + name = "GATO letterman jacket" + desc = "A GATO themed letterman jacket. Perfect for repping your pride in the company as you violently murder russian mobsters" + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "letterman_gato" + item_state = "letterman_gato" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/suit/armor/vest/capcarapace/cc + name = "Elegant Carapace" + desc = "A fireproof armored chestpiece reinforced with ceramic plates and plasteel pauldrons to provide additional protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest, although it does chafe your nipples." + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "cc_carapace" + item_state = "cc_carapace" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/suit/armor/vest/capcarapace/gato + name = "CC-GT Carapace" + desc = "A fireproof armored chestpiece reinforced with ceramic plates and plasteel pauldrons to provide additional protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest, although it does chafe your nipples." + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "gato_carapace" + item_state = "gato_carapace" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/suit/armor/vest/capcarapace/moka + name = "Hellcat Overcoat" + desc = "Badass. Seems to be specifically made for some CentComm Commander." + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "hellcat_overcoat" + item_state = "hellcat_overcoat" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/suit/armor/vest/capcarapace/paradeblack + name = "CC Parade Jacket" + desc = "This elegant and highly protective parade jacket seems to have been made into color purple." + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "paradejacket_black" + item_state = "paradejacket_black" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/suit/armor/vest/capcarapace/paradepurple + name = "CC Parade Jacket" + desc = "This elegant and highly protective parade jacket seems to have been made into color purple." + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "paradejacket_purple" + item_state = "paradejacket_purple" + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/suit/space/hardsuit/ert/alert/gato + name = "GATO Hardsuit" + desc = "Exclusive variant of a hardsuit, primarily reserved for CC GATO personnel." + icon = 'GainStation13/icons/mob/suits.dmi' + alternate_worn_icon = 'GainStation13/icons/mob/suits.dmi' + icon_state = "gato_hardsuit" + item_state = "gato_hardsuit" + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/alert/gato + mutantrace_variation = NO_MUTANTRACE_VARIATION diff --git a/GainStation13/icons/mob/head.dmi b/GainStation13/icons/mob/head.dmi new file mode 100644 index 0000000000000000000000000000000000000000..813f0f29790bf4cbaf74858156631a5ee7337aac GIT binary patch literal 863 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 EAHtCxp#T5? literal 0 HcmV?d00001 diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index fe272e3e..1ae4f0ab 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -309,7 +309,7 @@ "cbt" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) "ccn" = (/obj/machinery/computer/shuttle,/turf/open/floor/engine/cult,/area/wizard_station) "ccq" = (/obj/machinery/conveyor/inverted{dir = 9; id = "fatfacility_cargo_left"},/turf/open/floor/mineral/calorite,/area/fatlab) -"ccS" = (/obj/structure/closet/cabinet,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/shoes/jackboots/tall,/obj/item/clothing/gloves/combat,/obj/item/clothing/neck/cloak/centcom,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/chameleon,/obj/machinery/light/small{dir = 1},/obj/item/clothing/accessory/medal/gato_badge/employee,/turf/open/floor/plasteel/dark/side{dir = 9},/area/centcom/ferry) +"ccS" = (/obj/structure/closet/cabinet,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/shoes/jackboots/tall,/obj/item/clothing/gloves/combat,/obj/item/clothing/neck/cloak/centcom,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/chameleon,/obj/machinery/light/small{dir = 1},/obj/item/clothing/accessory/medal/gato_badge/employee,/obj/item/clothing/head/HoS/beret/gato,/obj/item/clothing/head/HoS/gato,/obj/item/clothing/suit/space/hardsuit/ert/alert/gato,/obj/item/clothing/suit/armor/vest/capcarapace/gato,/obj/item/clothing/suit/armor/vest/capcarapace/paradepurple,/obj/item/clothing/suit/armor/vest/capcarapace/paradeblack,/obj/item/clothing/under/centcomdress,/obj/item/clothing/under/centcomdressvk,/turf/open/floor/plasteel/dark/side{dir = 9},/area/centcom/ferry) "cdu" = (/obj/structure/table/wood{layer = 3.3},/obj/item/twohanded/required/kirbyplants{icon_state = "plant-05"; pixel_y = 4},/turf/open/floor/holofloor{dir = 9; icon_state = "wood"},/area/holodeck/rec_center/lounge) "cdA" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) "cdF" = (/obj/structure/bed,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) @@ -728,7 +728,7 @@ "fnj" = (/obj/structure/table/wood,/turf/open/floor/holofloor{dir = 9; icon_state = "wood"},/area/holodeck/rec_center/lounge) "fnB" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) "fow" = (/obj/machinery/hydroponics/constructable,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"fpb" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/under/rank/curator/treasure_hunter,/obj/item/clothing/under/skirt/black,/obj/item/clothing/under/shorts/black,/obj/item/clothing/under/pants/track,/obj/item/clothing/accessory/armband/deputy,/obj/item/clothing/accessory/waistcoat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/shoes/laceup,/obj/item/clothing/neck/stripedredscarf,/obj/item/clothing/neck/tie/red,/obj/item/clothing/head/helmet/space/beret,/obj/item/clothing/suit/curator,/obj/item/clothing/suit/space/officer,/obj/item/clothing/gloves/fingerless,/obj/item/clothing/gloves/color/black,/obj/item/clothing/glasses/eyepatch,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/clothing/accessory/medal/gato_badge/employee,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) +"fpb" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/under/rank/curator/treasure_hunter,/obj/item/clothing/under/skirt/black,/obj/item/clothing/under/shorts/black,/obj/item/clothing/under/pants/track,/obj/item/clothing/accessory/armband/deputy,/obj/item/clothing/accessory/waistcoat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/shoes/laceup,/obj/item/clothing/neck/stripedredscarf,/obj/item/clothing/neck/tie/red,/obj/item/clothing/head/helmet/space/beret,/obj/item/clothing/suit/curator,/obj/item/clothing/suit/space/officer,/obj/item/clothing/gloves/fingerless,/obj/item/clothing/gloves/color/black,/obj/item/clothing/glasses/eyepatch,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/clothing/accessory/medal/gato_badge/employee,/obj/item/clothing/suit/armor/vest/capcarapace/paradeblack,/obj/item/clothing/suit/armor/vest/capcarapace/paradepurple,/obj/item/clothing/head/HoS/gato,/obj/item/clothing/head/HoS/beret/gato,/obj/item/clothing/suit/armor/vest/capcarapace/gato,/obj/item/clothing/suit/armor/vest/capcarapace/cc,/obj/item/clothing/under/centcomdress,/obj/item/clothing/under/centcomdressvk,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) "fpm" = (/obj/machinery/abductor/console{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) "fpx" = (/obj/machinery/vending/snack,/turf/open/floor/engine/cult,/area/wizard_station) "fpS" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/turf/open/floor/grass,/area/centcom/holding) @@ -2619,7 +2619,7 @@ "sEN" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/fatlab) "sFA" = (/obj/machinery/newscaster/security_unit{pixel_y = -32},/obj/machinery/computer/cargo{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/supply) "sFU" = (/obj/machinery/rnd/production/techfab/department/medical,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/fatlab) -"sGs" = (/obj/structure/chair/comfy/black{dir = 8},/obj/machinery/light/small{dir = 1},/turf/open/floor/wood,/area/centcom/ferry) +"sGs" = (/obj/structure/chair/comfy/black{dir = 8},/obj/machinery/light/small{dir = 1},/obj/item/clothing/suit/armor/vest/capcarapace/moka,/turf/open/floor/wood,/area/centcom/ferry) "sGQ" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) "sHy" = (/obj/structure/table,/obj/item/gun/energy/laser,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) "sHA" = (/obj/item/storage/firstaid/regular{pixel_x = 3; pixel_y = -3},/obj/item/storage/firstaid/fire{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire{pixel_x = -3; pixel_y = -3},/obj/structure/table/glass,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/fatlab) @@ -2662,7 +2662,7 @@ "sSN" = (/obj/machinery/recharger{pixel_y = 4},/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena) "sSO" = (/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) "sSV" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/item/twohanded/required/kirbyplants,/turf/open/floor/plasteel,/area/fatlab) -"sTk" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/space/hardsuit/deathsquad{pixel_y = 5},/obj/item/clothing/gloves/combat,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/gas/sechailer/swat,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) +"sTk" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/space/hardsuit/deathsquad{pixel_y = 5},/obj/item/clothing/gloves/combat,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/gas/sechailer/swat,/obj/effect/turf_decal/stripes/line,/obj/item/clothing/suit/space/hardsuit/ert/alert/gato,/turf/open/floor/plasteel,/area/centcom/ferry) "sTU" = (/obj/effect/landmark/ai_multicam_room,/turf/open/ai_visible,/area/ai_multicam_room) "sUc" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/white/line{dir = 4},/turf/open/floor/plasteel/white,/area/fatlab) "sUz" = (/obj/machinery/computer/card/centcom,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/dark,/area/centcom/ferry) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 69821c16..61e32770 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -517,12 +517,6 @@ icon_state = "letterman_s" item_state = "letterman_s" -/obj/item/clothing/suit/jacket/letterman_gato // GS13 - name = "GATO letterman jacket" - desc = "A GATO themed letterman jacket. Perfect for repping your pride in the company as you violently murder russian mobsters" - icon_state = "letterman_gato" - item_state = "letterman_gato" - /obj/item/clothing/suit/jacket/letterman_nanotrasen name = "blue letterman jacket" desc = "A blue letterman jacket with a proud Nanotrasen N on the back. The tag says that it was made in Space China." diff --git a/tgstation.dme b/tgstation.dme index efd12171..60a4541f 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3074,6 +3074,8 @@ #include "GainStation13\code\clothing\accessory.dm" #include "GainStation13\code\clothing\calorite_collar.dm" #include "GainStation13\code\clothing\haydee_suit.dm" +#include "GainStation13\code\clothing\head.dm" +#include "GainStation13\code\clothing\suits.dm" #include "GainStation13\code\datums\components\fattening_door.dm" #include "GainStation13\code\datums\status_effects\fatstun.dm" #include "GainStation13\code\game\lore_papers.dm"