diff --git a/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm b/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm index 55832664cf..29f3c9f7ad 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm @@ -39,6 +39,14 @@ /obj/item/clothing/shoes/brown, /obj/item/device/radio/headset/headset_qm, //VOREStation Edit, /obj/item/device/radio/headset/headset_qm/alt, //VOREStation Edit, + /obj/item/clothing/under/rank/neo_qm, + /obj/item/clothing/under/rank/neo_qm_skirt, + /obj/item/clothing/under/rank/neo_qm_jacket, + /obj/item/clothing/under/rank/neo_qm_white, + /obj/item/clothing/under/rank/neo_qm_white_skirt, + /obj/item/clothing/under/rank/neo_qm_turtle, + /obj/item/clothing/under/rank/neo_qm_turtle_skirt, + /obj/item/clothing/under/rank/neo_qm_gorka, /obj/item/clothing/gloves/black, /obj/item/clothing/gloves/fingerless, /obj/item/weapon/tank/emergency/oxygen, diff --git a/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm b/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm index 0c610b8780..68c0eba105 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm @@ -11,6 +11,8 @@ ///obj/item/clamp, //VOREStation Removal: without leaks those are pointless, /obj/item/clothing/under/rank/chief_engineer, /obj/item/clothing/under/rank/chief_engineer/skirt, + /obj/item/clothing/under/rank/neo_chiefengi, + /obj/item/clothing/under/rank/neo_chiefengi_skirt, /obj/item/clothing/head/hardhat/white, ///obj/item/clothing/head/welding, //VOREStation Removal: Locker bloat, grr. They get fancy goggles or can raid the welding supplies locker for one of these. /obj/item/clothing/gloves/heavy_engineer, //VOREStation Edit: chief gets the good shit diff --git a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm index 404554cfa7..9a64aa8df2 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm @@ -136,6 +136,10 @@ /obj/item/weapon/cartridge/cmo, /obj/item/clothing/gloves/sterile/latex, /obj/item/clothing/shoes/brown, + /obj/item/clothing/under/rank/neo_cmo, + /obj/item/clothing/under/rank/neo_cmo_skirt, + /obj/item/clothing/under/rank/neo_cmo_turtle, + /obj/item/clothing/under/rank/neo_cmo_turtle_skirt, /obj/item/device/radio/headset/heads/cmo, /obj/item/device/radio/headset/heads/cmo/alt, /obj/item/device/flash, diff --git a/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm b/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm index 890a55deab..0acf27a536 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm @@ -35,6 +35,10 @@ /obj/item/clothing/suit/storage/toggle/labcoat, /obj/item/clothing/suit/storage/toggle/labcoat/modern, /obj/item/clothing/suit/storage/toggle/labcoat/rd, + /obj/item/clothing/under/rank/neo_rd_turtle, + /obj/item/clothing/under/rank/neo_rd_turtle_skirt, + /obj/item/clothing/under/rank/neo_rd_suit, + /obj/item/clothing/under/rank/neo_rd_suit_skirt, /obj/item/weapon/cartridge/rd, /obj/item/clothing/shoes/white, /obj/item/clothing/shoes/laceup/brown, diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index 82a3ac416e..11ea7b6898 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -49,6 +49,14 @@ /obj/item/clothing/under/lawyer/red, /obj/item/clothing/under/lawyer/red/skirt, /obj/item/clothing/under/lawyer/oldman, + /obj/item/clothing/under/rank/neo_hop, + /obj/item/clothing/under/rank/neo_hop_skirt, + /obj/item/clothing/under/rank/neo_hop_parade_masc, + /obj/item/clothing/under/rank/neo_hop_parade_fem, + /obj/item/clothing/under/rank/neo_hop_turtle, + /obj/item/clothing/under/rank/neo_hop_turtle_skirt, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_hopformal, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep, /obj/item/clothing/shoes/brown, /obj/item/clothing/shoes/black, /obj/item/clothing/shoes/laceup, @@ -133,6 +141,11 @@ /obj/item/clothing/head/helmet/dermal, /obj/item/clothing/head/helmet/warden, /obj/item/clothing/head/helmet/warden/hat, + /obj/item/clothing/under/rank/neo_warden_red, + /obj/item/clothing/under/rank/neo_warden_red_skirt, + /obj/item/clothing/under/rank/neo_warden_blue, + /obj/item/clothing/suit/neo_armsco_trench, + /obj/item/clothing/suit/neo_warden_heavy, /obj/item/weapon/cartridge/security, /obj/item/device/radio/headset/headset_sec, /obj/item/device/radio/headset/headset_sec/alt, diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security_vr.dm b/code/game/objects/structures/crates_lockers/closets/secure/security_vr.dm index 9c10286b08..e19c76070c 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security_vr.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security_vr.dm @@ -13,6 +13,20 @@ /obj/item/clothing/suit/storage/vest/hoscoat/jensen/alt, /obj/item/clothing/suit/storage/vest/hoscoat/jensen, /obj/item/clothing/suit/storage/vest/hoscoat, + /obj/item/clothing/under/rank/neo_hos_red, + /obj/item/clothing/under/rank/neo_hos_red_skirt, + /obj/item/clothing/under/rank/neo_hos_blackred, + /obj/item/clothing/under/rank/neo_hos_blackred_skirt, + /obj/item/clothing/under/rank/neo_hos_parade, + /obj/item/clothing/under/rank/neo_hos_parade_fem, + /obj/item/clothing/under/rank/neo_hos_blue, + /obj/item/clothing/under/rank/neo_hos_blackblue, + /obj/item/clothing/under/rank/neo_hos_blackblue_skirt, + /obj/item/clothing/under/rank/neo_hos_parade_blue, + /obj/item/clothing/under/rank/neo_hos_parade_blue_fem, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_hos_parade, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_hosformal_blue, + /obj/item/clothing/head/helmet/HoS/hat/blue, /obj/item/clothing/head/helmet/dermal, /obj/item/device/radio/headset/heads/hos, /obj/item/device/radio/headset/heads/hos/alt, diff --git a/code/game/objects/structures/crates_lockers/closets/wardrobe.dm b/code/game/objects/structures/crates_lockers/closets/wardrobe.dm index dd0a327628..4e0db3d791 100644 --- a/code/game/objects/structures/crates_lockers/closets/wardrobe.dm +++ b/code/game/objects/structures/crates_lockers/closets/wardrobe.dm @@ -477,6 +477,12 @@ /obj/item/clothing/head/caphat/beret, /obj/item/clothing/under/rank/captain, /obj/item/clothing/under/dress/dress_cap/femformal, + /obj/item/clothing/under/rank/neo_captain_parade, + /obj/item/clothing/under/rank/neo_captain_skirt, + /obj/item/clothing/under/rank/neo_captain, + /obj/item/clothing/under/rank/neo_captain_kilt, + /obj/item/clothing/under/rank/neo_captain_blacksuit, + /obj/item/clothing/under/rank/neo_commandutil, /obj/item/clothing/shoes/brown, /obj/item/clothing/gloves/captain, /obj/item/clothing/under/dress/dress_cap, diff --git a/code/modules/clothing/head/neohats.dm b/code/modules/clothing/head/neohats.dm new file mode 100644 index 0000000000..bfc675c5eb --- /dev/null +++ b/code/modules/clothing/head/neohats.dm @@ -0,0 +1,45 @@ +/* Sprites ported from skyrat/tg, serves as an alternative to the virgo versions of certain clothes. +this file deals with hats/headwear. */ + +/obj/item/clothing/head/helmet/HoS/hat/blue + name = "Blue Head of Security Hat" + desc = "The hat of the Head of Security. For showing the officers who's in charge." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_hoshat_blue" + valid_accessory_slots = null + +/obj/item/clothing/head/soft/neo_softcap + name = "suspect softcap" + desc = "a dark-colored softcap." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_softcap" + +/obj/item/clothing/head/neo_irs + name = "IRS cap" + desc = "a blue cap with the letters 'IRS' emblazoned on the front." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_irs" + +/obj/item/clothing/head/ushanka/neo_ushanka + name = "Ushanka" + desc = "an old beat-up ushanka." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_ushanka" + +/obj/item/clothing/head/ushanka/neo_ushanka_blue + name = "Blue Ushanka" + desc = "a light-blue ushanka." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_blue_ushanka" + +/obj/item/clothing/head/papakha + name = "Papakha" + desc = "an old beat-up Papakha." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_papakha" + +/obj/item/clothing/head/papakha_white + name = "White Papakha" + desc = "an old beat-up white papakha." + icon = 'icons/inventory/head/item.dmi' + icon_state = "neo_papakha_white" diff --git a/code/modules/clothing/shoes/neoshoes.dm b/code/modules/clothing/shoes/neoshoes.dm new file mode 100644 index 0000000000..1174827930 --- /dev/null +++ b/code/modules/clothing/shoes/neoshoes.dm @@ -0,0 +1,14 @@ +/* Sprites ported from skyrat/tg, serves as an alternative to the virgo versions of certain clothes. +this file deals with shoes/footwear. */ + +/obj/item/clothing/shoes/boots/jackboots/white + name = "white jackboots" + desc = "Standard-issue Security combat boots for combat scenarios or combat situations. All combat, all the time." + icon_state = "neo_jack_white" + icon = 'icons/inventory/feet/item.dmi' + +/obj/item/clothing/shoes/boots/jackboots/silver + name = "silver jackboots" + desc = "Standard-issue Security combat boots for combat scenarios or combat situations. All combat, all the time." + icon_state = "neo_jack_silver" + icon = 'icons/inventory/feet/item.dmi' diff --git a/code/modules/clothing/suits/neosuits.dm b/code/modules/clothing/suits/neosuits.dm new file mode 100644 index 0000000000..d8776fa275 --- /dev/null +++ b/code/modules/clothing/suits/neosuits.dm @@ -0,0 +1,161 @@ +/* Sprites ported from skyrat/tg, serves as an alternative to the virgo versions of certain clothes. +this file deals with suits/overwear. */ + +// labcoats + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_emt + name = "EMT jacket" + desc = "A dark blue labcoat with reflective strips for emergency medical technicians." + icon_state = "neo_emt" + item_state_slots = list(slot_r_hand_str = "emt_labcoat", slot_l_hand_str = "emt_labcoat") + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_robo_coat + name = "robotics labcoat" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_robo_coat" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_labcoat + name = "long labcoat" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_labcoat" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_highvis + name = "high visibility jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_coat_highvis" + item_state_slots = list(slot_r_hand_str = "emt_labcoat", slot_l_hand_str = "emt_labcoat") + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_redemt + name = "red EMT jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_redemt" + item_state_slots = list(slot_r_hand_str = "emt_labcoat", slot_l_hand_str = "emt_labcoat") + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_blueemt + name = "dark blue EMT jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_blueemt" + item_state_slots = list(slot_r_hand_str = "emt_labcoat", slot_l_hand_str = "emt_labcoat") + +// generic labcoat subtypes + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_hos_parade + name = "head of security's parade jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_hos_parade" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_engi_dep + name = "engineer's department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_engi_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_cargo_dep + name = "cargo department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_cargo_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_sci_dep + name = "science department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_sci_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_med_dep + name = "medical department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_med_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_sec_blue_dep + name = "blue security department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_sec_blue_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_sec_red_dep + name = "red security department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_sec_red_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep + name = "off-duty department jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_civ_dep" + + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_police + name = "traffic officer's jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_police" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_ranger + name = "ranger's cloak" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_ranger" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_bodyguard_dep + name = "bodyguard's jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_bodyguard_dep" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_hopformal + name = "hop's formal jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_hopformal" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_bluemed + name = "paramedic's jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_bluemed" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_hosformal_blue + name = "head of security's blue formal jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_hosformal_blue" + +/obj/item/clothing/suit/storage/toggle/labcoat/neo_leather + name = "leather hoodie" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_leather" + +// non transforming coats + +/obj/item/clothing/suit/neo_armsco_trench + name = "armsco heavy coat" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_armsco_trench" + body_parts_covered = UPPER_TORSO|ARMS + +/obj/item/clothing/suit/neo_gorka + name = "gorka jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_gorka" + body_parts_covered = UPPER_TORSO|ARMS + +/obj/item/clothing/suit/neo_gorka_cargo + name = "cargo gorka" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_gorka_cargo" + body_parts_covered = UPPER_TORSO|ARMS + +/obj/item/clothing/suit/neo_warden_heavy + name = "heavy warden coat" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_warden_heavy" + body_parts_covered = UPPER_TORSO|ARMS + armor = list(melee = 40, bullet = 30, laser = 30, energy = 10, bomb = 10, bio = 0, rad = 0) + +/obj/item/clothing/suit/neo_runner_coat + name = "runner's coat" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_runner_coat" + body_parts_covered = UPPER_TORSO|ARMS + +/obj/item/clothing/suit/neo_bluewarden + name = "blue warden's jacket" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_bluewarden" + body_parts_covered = UPPER_TORSO|ARMS + +/obj/item/clothing/suit/neo_medical_coat + name = "medical coat" + desc = "it bears a tag that says 'Product of Total Gear & Co.'" + icon_state = "neo_medical_coat" + body_parts_covered = UPPER_TORSO|ARMS diff --git a/code/modules/clothing/under/neounder.dm b/code/modules/clothing/under/neounder.dm new file mode 100644 index 0000000000..2e0c9ae1dc --- /dev/null +++ b/code/modules/clothing/under/neounder.dm @@ -0,0 +1,1009 @@ +/* Sprites ported from skyrat/tg, serves as an alternative to the virgo versions of certain clothes. +this file deals with uniforms/under. */ + + +// Civvie + +/obj/item/clothing/under/rank/neo_chef_skirt + name = "chef's skirt" + desc = "a high class skirt, made of a stain resistant fabtic. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_chef_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_teal + name = "teal suit" + desc = "a somewhat garish teal suit. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_teal_suit" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_teal_skirt + name = "teal skirt" + desc = "a somewhat garish teal skirt. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_teal_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hydro + name = "hydroponics jumpsuit" + desc = "a dirt resistant suit. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hydroponics" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hydro_skirt + name = "hydroponics jumpskirt" + desc = "a dirt resistant skirt. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hydroponics_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_janitor + name = "janitor's jumpsuit" + desc = "a cleaning jumpsuit. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_janitor" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_janitor_skirt + name = "janitor's jumpskirt" + desc = "a cleaning jumpskirt. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_janitor_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hop + name = "head of personnel's jumpsuit" + desc = "a proper HR professional's jumpsuit. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hop" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hop_skirt + name = "head of personnel's jumpskirt" + desc = "a proper HR professional's jumpskirt. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hop_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hop_parade_masc + name = "head of personnel's parade suit" + desc = "an over the top HR professional's wear. this one is a masculine fit. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hop_parade_male" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hop_parade_fem + name = "head of personnel's feminine parade suit" + desc = "an over the top HR professional's wear. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hop_parade_female" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hop_turtle + name = "head of personnel's turtleneck" + desc = "an HR worker's turtleneck. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hopturtle" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_hop_turtle_skirt + name = "head of personnel's turtleskirt" + desc = "an HR worker's turtleskirt. it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hopturtle_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +// Command + +/obj/item/clothing/under/rank/neo_captain + name = "captain's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_captain" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_captain_skirt + name = "captain's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_captain_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_captain_parade + name = "captain's parade suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_captain_parade" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_captain_kilt + name = "captain's kilt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_capkilt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_captain_blacksuit + name = "captain's black suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_captainblacksuit" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/bodyguard_suit + name = "bodyguard's suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_blueshield" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/bodyguard_skirt + name = "bodyguard's skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_blueshield_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/bodyguard_turtleneck + name = "bodyguard's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_blueshield_turtle" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/bodyguard_turtleskirt + name = "bodyguard's turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_blueshield_turtle_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_ntrep + name = "NT rep's suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_ntrep" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_ntrep_skirt + name = "NT rep's suitskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_ntrep_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_commandutil + name = "command utility jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_util_com" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_pilot + name = "pilot's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_pilot" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_pilot_skirt + name = "pilot's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_pilot_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +//'Suspicious' + +/obj/item/clothing/under/rank/neo_suspect_turtleneck + name = "suspiciously comfortable turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_turtle" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspect_turtleskirt + name = "suspiciously comfortable turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspect_turtleneck_blue + name = "curiously comfortable turtlneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_blue" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspect_turtleskirt_blue + name = "curiously comfortable turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_blue_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspicious_turtleneck + name = "suspicious turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_red" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspicious_turtleskirt + name = "suspicious turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_red_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspect_overalls + name = "suspiciously comfortable overalls" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_overall" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_suspect_overalls_skirt + name = "suspiciously comfortable skirt overalls" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_suspect_overall_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +// CC + +/obj/item/clothing/under/rank/neo_centcom + name = "centcom officer's suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_centcom" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_centcom_skirt + name = "centcom officer's skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_centcom_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_centcom_official + name = "centcom official's suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_centcom_official" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_centcom_intern + name = "centcom intern's uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_centcom_intern" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_centcom_turtleneck + name = "centcom official's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_centcom_officer" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_centcom_turtleskirt + name = "centcom official's turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_centcom_officer_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_admiral_green + name = "admiral's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_admiral_green" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_admiral_white + name = "admiral's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_admiral_white" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_armsco + name = "arms company suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_armsco" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_armsco_tac + name = "tactical arms company jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_armsco_tac" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_contract + name = "contractor's suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_contract" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_contract_tac + name = "tactical contractor jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_contract_tac" + rolled_sleeves = -1 + rolled_down = -1 + +//Security + +/obj/item/clothing/under/rank/neo_sec_red + name = "red security jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_red" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_red_skirt + name = "red security skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_red_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_warden_red + name = "warden's red suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_warden_red" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_warden_red_skirt + name = "warden's red skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_warden_red_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_red + name = "head of security's red jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_red" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_red_skirt + name = "head of security's red skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_red_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_blackred + name = "head of security's red turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_blackred" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_blackred_skirt + name = "head of security's red skirtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_blackred_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_parade + name = "head of security's red parade uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_parade" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_parade_fem + name = "head of security's femme red parade uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_parade_fem" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_blue + name = "blue security jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_blue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_suit + name = "white security suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_suit" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_suit_blue + name = "blue security suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_suit_blue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_warden_blue + name = "warden's blue suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_warden_blue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_blue + name = "head of security's blue suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_blue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_blackblue + name = "head of security's blue turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_blackblue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_blackblue_skirt + name = "head of security's blue skirtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_blackblue_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_parade_blue + name = "head of security's blue parade uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_parade_blue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_hos_parade_blue_fem + name = "head of security's femme blue parade uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_hos_parade_blue_fem" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_turtle_red + name = "red security turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_turtle_red" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_turtle_red_skirt + name = "red security skirtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_turtle_red_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_turtle_blue + name = "blue security turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_turtle_blue" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_sec_turtle_blue_skirt + name = "blue security skirtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_sec_turtle_blue_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_corrections + name = "corrections officer suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_corrections" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_corrections_skirt + name = "corrections officer skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_corrections_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +/obj/item/clothing/under/rank/neo_runner + name = "runner's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_runner" + rolled_sleeves = -1 + rolled_down = -1 + +// Cargo + + +/obj/item/clothing/under/rank/neo_qm + name = "QM's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_skirt + name = "QM's skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_shorts + name = "cargo tech's shorts" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_shorts" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_skirt + name = "cargo tech's skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_miner + name = "miner's overalls" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_miner" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_miner_fauna + name = "hunter's suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_miner_fauna" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_jacket + name = "QM's casualwear" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_jacket" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_white + name = "QM's button-up suit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_white" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_white_skirt + name = "QM's button-up skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_white_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_turtle + name = "QM's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_turtle" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_turtle_skirt + name = "QM's turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_turtle_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_qm_gorka + name = "QM's gorka" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_qm_gorka" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo + name = "cargo tech's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_util_cargo + name = "cargo utility uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_util_cargo" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_dark + name = "dark cargo uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_dark" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_casual + name = "casual cargo uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_casual" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_turtle + name = "cargo tech's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_turtle" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_turtle_skirt + name = "cargo tech's turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_turtle_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_gorka + name = "cargo tech's gorka" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_gorka" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_cargo_customs + name = "customs uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cargo_customs" + rolled_sleeves = -1 + rolled_down = -1 + +//Engi + + +/obj/item/clothing/under/rank/neo_engi + name = "engineer's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_engi" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) + +/obj/item/clothing/under/rank/neo_engi_skirt + name = "engineer's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_engi_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) + +/obj/item/clothing/under/rank/neo_atmos + name = "atmos tech's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_atmos" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_atmos_skirt + name = "atoms tech's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_atmos_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_chiefengi + name = "chief engineer's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_chiefengi" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) + +/obj/item/clothing/under/rank/neo_chiefengi_skirt + name = "chief engineer's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_chiefengi_skirt" + rolled_sleeves = -1 + rolled_down = -1 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) + +// Sci + +/obj/item/clothing/under/rank/neo_rd_turtle + name = "research director's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_rd_turtle" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_rd_turtle_skirt + name = "research director's turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_rd_turtle_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_science + name = "scientist's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_science" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_science_skirt + name = "scientist's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_science_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_util_sci + name = "science utility uniform" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_util_sci" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_robo + name = "roboticist's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_robo" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_robo_skirt + name = "roboticist's skirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_robo_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_rd_suit + name = "research director's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_rd_suit" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_rd_suit_skirt + name = "research director's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_rd_suit_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_gene + name = "genetic engineer's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_gene" + rolled_sleeves = -1 + rolled_down = -1 + +/obj/item/clothing/under/rank/neo_gene_skirt + name = "genetic engineer's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_gene_skirt" + rolled_sleeves = -1 + rolled_down = -1 + +// Med + +/obj/item/clothing/under/rank/neo_med + name = "doctor's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_med" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_med_skirt + name = "doctor's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_med_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_cmo + name = "CMO's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cmo" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_cmo_skirt + name = "CMO's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cmo_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_cmo_turtle + name = "CMO's turtleneck" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cmo_turtle" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_cmo_turtle_skirt + name = "CMO's turtleskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_cmo_turtle_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_viro + name = "virologist's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_viro" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_viro_skirt + name = "virologist's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_viro_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_chem + name = "chemist's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_chem" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_chem_skirt + name = "chemist's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_chem_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_para + name = "paramedic's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_para" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_para_skirt + name = "paramedic's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_para_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_para_light + name = "paramedic's light jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_para_light" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_para_light_skirt + name = "paramedic's light jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_para_light_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_pharma + name = "pharmacist's jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_pharma" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_pharma_skirt + name = "pharmacist's jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_pharma_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_med_dark + name = "dark medical jumpsuit" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_med_dark" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) + +/obj/item/clothing/under/rank/neo_med_dark_skirt + name = "dark medical jumpskirt" + desc = "it has a tag denoting it's made by Total Gear & Co." + icon_state = "neo_med_dark_skirt" + rolled_sleeves = -1 + rolled_down = -1 + permeability_coefficient = 0.50 + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0) diff --git a/code/modules/economy/vending_machines.dm b/code/modules/economy/vending_machines.dm index 5b9f5e415b..ea8b0b30ef 100644 --- a/code/modules/economy/vending_machines.dm +++ b/code/modules/economy/vending_machines.dm @@ -1189,11 +1189,13 @@ products = list( /obj/item/clothing/under/rank/bartender = 5, /obj/item/clothing/under/rank/bartender/skirt = 5, + /obj/item/clothing/under/rank/neo_chef_skirt = 5, /obj/item/clothing/under/waiter = 5, /obj/item/clothing/head/that = 5, /obj/item/clothing/head/flatcap = 5, /obj/item/clothing/shoes/brown = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/bar = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep = 5, /obj/item/clothing/accessory/permit/gun/bar = 1 ) req_log_access = access_hop @@ -1215,6 +1217,29 @@ /obj/item/clothing/head/soft/sec = 5, /obj/item/clothing/head/beret/sec = 5, /obj/item/clothing/head/beret/sec/corporate/officer = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_bodyguard_dep = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_sec_blue_dep = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_sec_red_dep = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_police = 5, + /obj/item/clothing/under/rank/bodyguard_suit = 5, + /obj/item/clothing/under/rank/bodyguard_skirt = 5, + /obj/item/clothing/under/rank/bodyguard_turtleneck = 5, + /obj/item/clothing/under/rank/bodyguard_turtleskirt = 5, + /obj/item/clothing/under/rank/neo_sec_red = 5, + /obj/item/clothing/under/rank/neo_sec_red_skirt = 5, + /obj/item/clothing/under/rank/neo_sec_blue = 5, + /obj/item/clothing/under/rank/neo_sec_suit = 5, + /obj/item/clothing/under/rank/neo_sec_suit_blue = 5, + /obj/item/clothing/under/rank/neo_sec_turtle_red = 5, + /obj/item/clothing/under/rank/neo_sec_turtle_red_skirt = 5, + /obj/item/clothing/under/rank/neo_sec_turtle_blue = 5, + /obj/item/clothing/under/rank/neo_sec_turtle_blue_skirt = 5, + /obj/item/clothing/under/rank/neo_corrections = 5, + /obj/item/clothing/under/rank/neo_corrections_skirt = 5, + /obj/item/clothing/under/rank/neo_runner = 5, + /obj/item/clothing/suit/neo_runner_coat = 5, + /obj/item/clothing/shoes/boots/jackboots/silver = 5, + /obj/item/clothing/shoes/boots/jackboots/white = 5, /obj/item/clothing/mask/bandana/red = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/security = 5, /obj/item/clothing/accessory/armband = 5, @@ -1241,6 +1266,8 @@ /obj/item/clothing/suit/storage/apron/white = 5, /obj/item/clothing/suit/chef = 5, /obj/item/clothing/suit/chef/classic = 5, + /obj/item/clothing/under/rank/neo_chef_skirt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep = 5, /obj/item/clothing/head/chefhat = 5, /obj/item/clothing/head/hairnet = 5, /obj/item/clothing/under/waiter = 5, @@ -1269,6 +1296,22 @@ /obj/item/clothing/head/surgery/blue = 5, /obj/item/clothing/head/surgery/green = 5, /obj/item/clothing/head/surgery/black = 5, + /obj/item/clothing/under/rank/neo_med = 5, + /obj/item/clothing/under/rank/neo_med_skirt = 5, + /obj/item/clothing/under/rank/neo_para =5, + /obj/item/clothing/under/rank/neo_para_skirt = 5, + /obj/item/clothing/under/rank/neo_para_light = 5, + /obj/item/clothing/under/rank/neo_para_light_skirt = 5, + /obj/item/clothing/under/rank/neo_med_dark = 5, + /obj/item/clothing/under/rank/neo_med_dark_skirt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_emt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_labcoat = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_highvis = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_redemt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_blueemt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_med_dep = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_bluemed = 5, + /obj/item/clothing/suit/neo_medical_coat = 5, /obj/item/clothing/shoes/white = 5, /obj/item/clothing/suit/storage/toggle/labcoat = 5, /obj/item/clothing/suit/storage/toggle/labcoat/modern = 5, @@ -1294,6 +1337,10 @@ /obj/item/clothing/shoes/white = 5, /obj/item/clothing/suit/storage/toggle/labcoat/chemist = 5, /obj/item/clothing/suit/storage/toggle/labcoat/old/chem = 5, //VoreStation edit, pre-fulp labcoat. + /obj/item/clothing/under/rank/neo_chem = 5, + /obj/item/clothing/under/rank/neo_chem_skirt = 5, + /obj/item/clothing/under/rank/neo_pharma = 5, + /obj/item/clothing/under/rank/neo_pharma_skirt = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/medical/chemist = 5, /obj/item/clothing/head/beret/medical/chem = 5, /obj/item/weapon/storage/backpack/chemistry = 5, @@ -1313,6 +1360,8 @@ /obj/item/clothing/under/rank/geneticist = 5, /obj/item/clothing/under/rank/geneticist/skirt = 5, /obj/item/clothing/shoes/white = 5, + /obj/item/clothing/under/rank/neo_gene = 5, + /obj/item/clothing/under/rank/neo_gene_skirt = 5, /obj/item/clothing/suit/storage/toggle/labcoat/genetics = 5, /obj/item/weapon/storage/backpack/genetics = 5, /obj/item/weapon/storage/backpack/satchel/gen = 5 @@ -1330,6 +1379,8 @@ /obj/item/clothing/under/rank/virologist = 5, /obj/item/clothing/under/rank/virologist/skirt = 5, /obj/item/clothing/shoes/white = 5, + /obj/item/clothing/under/rank/neo_viro = 5, + /obj/item/clothing/under/rank/neo_viro_skirt = 5, /obj/item/clothing/suit/storage/toggle/labcoat/virologist = 5, /obj/item/clothing/suit/storage/toggle/labcoat/old/vir = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/medical/viro = 5, //VoreStation edit, pre-fulp labcoat. @@ -1356,6 +1407,11 @@ /obj/item/clothing/suit/storage/toggle/labcoat/modern = 5, /obj/item/clothing/shoes/white = 5, /obj/item/clothing/shoes/slippers = 5, + /obj/item/clothing/under/rank/neo_science = 5, + /obj/item/clothing/under/rank/neo_science_skirt = 5, + /obj/item/clothing/under/rank/neo_util_sci = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_sci_dep = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_labcoat = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/science = 5, /obj/item/clothing/shoes/boots/winter/science = 5, /obj/item/clothing/head/beret/science = 5, @@ -1378,6 +1434,10 @@ /obj/item/clothing/head/beret/science/robotics = 5, /obj/item/clothing/shoes/black = 5, /obj/item/clothing/gloves/black = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_labcoat = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_robo_coat = 5, + /obj/item/clothing/under/rank/neo_robo = 5, + /obj/item/clothing/under/rank/neo_robo_skirt = 5, /obj/item/weapon/storage/backpack/toxins = 5, /obj/item/weapon/storage/backpack/satchel/tox = 5 ) @@ -1428,6 +1488,9 @@ /obj/item/clothing/head/hardhat = 5, /obj/item/clothing/head/beret/engineering = 5, /obj/item/clothing/mask/bandana/gold = 5, + /obj/item/clothing/under/rank/neo_engi = 5, + /obj/item/clothing/under/rank/neo_engi_skirt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_engi_dep = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/engineering = 5, /obj/item/clothing/shoes/boots/winter/engineering = 5, /obj/item/clothing/shoes/boots/workboots = 5 @@ -1448,6 +1511,8 @@ /obj/item/clothing/head/hardhat/red = 5, /obj/item/clothing/head/beret/engineering = 5, /obj/item/clothing/mask/bandana/gold = 5, + /obj/item/clothing/under/rank/neo_atmos = 5, + /obj/item/clothing/under/rank/neo_atmos_skirt = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/engineering/atmos = 5, /obj/item/clothing/shoes/boots/winter/atmos = 5 ) @@ -1466,6 +1531,9 @@ /obj/item/clothing/head/greenbandana = 5, /obj/item/weapon/material/minihoe = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/hydro = 5, + /obj/item/clothing/under/rank/neo_hydro = 5, + /obj/item/clothing/under/rank/neo_hydro_skirt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep = 5, /obj/item/clothing/shoes/boots/winter/hydro = 5 ) req_log_access = access_hop @@ -1484,6 +1552,19 @@ /obj/item/clothing/under/rank/cargotech/jeans/female = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/cargo = 5, /obj/item/clothing/suit/storage/cargo = 5, + /obj/item/clothing/under/rank/neo_cargo_shorts = 5, + /obj/item/clothing/under/rank/neo_cargo_skirt = 5, + /obj/item/clothing/under/rank/neo_miner = 5, + /obj/item/clothing/under/rank/neo_cargo = 5, + /obj/item/clothing/under/rank/neo_util_cargo = 5, + /obj/item/clothing/under/rank/neo_cargo_dark = 5, + /obj/item/clothing/under/rank/neo_cargo_casual = 5, + /obj/item/clothing/under/rank/neo_cargo_turtle = 5, + /obj/item/clothing/under/rank/neo_cargo_turtle_skirt = 5, + /obj/item/clothing/under/rank/neo_cargo_gorka = 5, + /obj/item/clothing/under/rank/neo_cargo_customs = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_cargo_dep = 5, + /obj/item/clothing/suit/neo_gorka_cargo = 5, /obj/item/clothing/shoes/boots/winter/supply = 5, /obj/item/clothing/shoes/black = 5, /obj/item/clothing/gloves/black = 5, @@ -1520,6 +1601,9 @@ /obj/item/clothing/under/rank/janitor = 5, /obj/item/clothing/under/dress/maid/janitor = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/janitor = 5, + /obj/item/clothing/under/rank/neo_janitor = 5, + /obj/item/clothing/under/rank/neo_janitor_skirt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep = 5, /obj/item/clothing/gloves/black = 5, /obj/item/weapon/storage/belt/janitor = 5, /obj/item/clothing/shoes/galoshes = 5, @@ -1547,6 +1631,8 @@ /obj/item/clothing/under/lawyer/purpsuit = 5, /obj/item/clothing/under/lawyer/purpsuit/skirt = 5, /obj/item/clothing/suit/storage/toggle/lawyer/purpjacket = 5, + /obj/item/clothing/under/rank/neo_teal = 5, + /obj/item/clothing/under/rank/neo_teal_skirt = 5, /obj/item/clothing/shoes/brown = 5, /obj/item/clothing/shoes/black = 5, /obj/item/clothing/shoes/laceup = 5, @@ -1567,6 +1653,7 @@ products = list( /obj/item/clothing/head/det = 5, /obj/item/clothing/head/det/grey = 5, + /obj/item/clothing/head/neo_irs = 5, /obj/item/clothing/shoes/brown = 5, /obj/item/clothing/shoes/laceup = 5, /obj/item/clothing/under/det = 5, diff --git a/code/modules/economy/vending_machines_vr.dm b/code/modules/economy/vending_machines_vr.dm index 65963acf04..fc71f80711 100644 --- a/code/modules/economy/vending_machines_vr.dm +++ b/code/modules/economy/vending_machines_vr.dm @@ -637,6 +637,10 @@ /obj/item/clothing/mask/bandana/green = 5, /obj/item/clothing/mask/bandana/red = 5, /obj/item/clothing/mask/surgical = 5, + /obj/item/clothing/head/ushanka/neo_ushanka = 5, + /obj/item/clothing/head/ushanka/neo_ushanka_blue = 5, + /obj/item/clothing/head/papakha = 5, + /obj/item/clothing/head/papakha_white = 5, /obj/item/clothing/accessory/pride/bi = 5, /obj/item/clothing/accessory/pride/trans = 5, /obj/item/clothing/accessory/pride/ace = 5, @@ -926,6 +930,9 @@ /obj/item/clothing/under/suit_jacket/checkered/skirt = 5, /obj/item/clothing/under/suit_jacket/tan = 5, /obj/item/clothing/under/suit_jacket/tan/skirt = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_leather = 5, + /obj/item/clothing/suit/neo_gorka = 5, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep = 5, /obj/item/clothing/under/scratch = 5, /obj/item/clothing/under/scratch/skirt = 5, /obj/item/clothing/under/sundress = 5, @@ -1132,7 +1139,16 @@ /obj/item/clothing/under/tropical/pink = 50, /obj/item/clothing/under/tropical/blue = 50) premium = list(/obj/item/clothing/under/color/rainbow = 1) - contraband = list(/obj/item/clothing/under/rank/clown = 1) + contraband = list(/obj/item/clothing/under/rank/clown = 1, + /obj/item/clothing/under/rank/neo_suspect_turtleneck = 1, + /obj/item/clothing/under/rank/neo_suspect_turtleskirt = 1, + /obj/item/clothing/under/rank/neo_suspect_turtleneck_blue = 1, + /obj/item/clothing/under/rank/neo_suspect_turtleskirt_blue = 1, + /obj/item/clothing/under/rank/neo_suspicious_turtleneck = 1, + /obj/item/clothing/under/rank/neo_suspicious_turtleskirt = 1, + /obj/item/clothing/under/rank/neo_suspect_overalls = 1, + /obj/item/clothing/under/rank/neo_suspect_overalls_skirt = 1, + /obj/item/clothing/head/soft/neo_softcap = 2) //////////////////START OF CHIPS CO. VENDORS////////////////// diff --git a/icons/inventory/feet/item.dmi b/icons/inventory/feet/item.dmi index 37cd05ce5e..51aa74dbc8 100644 Binary files a/icons/inventory/feet/item.dmi and b/icons/inventory/feet/item.dmi differ diff --git a/icons/inventory/feet/mob.dmi b/icons/inventory/feet/mob.dmi index 6c3603fd8a..7aafeee41d 100644 Binary files a/icons/inventory/feet/mob.dmi and b/icons/inventory/feet/mob.dmi differ diff --git a/icons/inventory/head/item.dmi b/icons/inventory/head/item.dmi index c184d1888d..47d3e4ef83 100644 Binary files a/icons/inventory/head/item.dmi and b/icons/inventory/head/item.dmi differ diff --git a/icons/inventory/suit/item.dmi b/icons/inventory/suit/item.dmi index ccaed21c38..bf89e713c0 100644 Binary files a/icons/inventory/suit/item.dmi and b/icons/inventory/suit/item.dmi differ diff --git a/icons/inventory/suit/mob.dmi b/icons/inventory/suit/mob.dmi index fdf7d8be3f..0083295578 100644 Binary files a/icons/inventory/suit/mob.dmi and b/icons/inventory/suit/mob.dmi differ diff --git a/icons/inventory/uniform/item.dmi b/icons/inventory/uniform/item.dmi index 1102094c31..1e765777c7 100644 Binary files a/icons/inventory/uniform/item.dmi and b/icons/inventory/uniform/item.dmi differ diff --git a/icons/inventory/uniform/mob.dmi b/icons/inventory/uniform/mob.dmi index 7f69ac6938..2c66bcf61a 100644 Binary files a/icons/inventory/uniform/mob.dmi and b/icons/inventory/uniform/mob.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 3dc012b637..2d81a578b5 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2119,6 +2119,7 @@ #include "code\modules\clothing\head\misc_special.dm" #include "code\modules\clothing\head\misc_special_vr.dm" #include "code\modules\clothing\head\misc_vr.dm" +#include "code\modules\clothing\head\neohats.dm" #include "code\modules\clothing\head\pilot_helmet.dm" #include "code\modules\clothing\head\pilot_helmet_vr.dm" #include "code\modules\clothing\head\soft_caps.dm" @@ -2146,6 +2147,7 @@ #include "code\modules\clothing\shoes\magboots.dm" #include "code\modules\clothing\shoes\miscellaneous.dm" #include "code\modules\clothing\shoes\miscellaneous_vr.dm" +#include "code\modules\clothing\shoes\neoshoes.dm" #include "code\modules\clothing\shoes\xeno\teshari.dm" #include "code\modules\clothing\spacesuits\alien.dm" #include "code\modules\clothing\spacesuits\breaches.dm" @@ -2226,6 +2228,7 @@ #include "code\modules\clothing\suits\labcoat_vr.dm" #include "code\modules\clothing\suits\miscellaneous.dm" #include "code\modules\clothing\suits\miscellaneous_vr.dm" +#include "code\modules\clothing\suits\neosuits.dm" #include "code\modules\clothing\suits\solgov.dm" #include "code\modules\clothing\suits\solgov_vr.dm" #include "code\modules\clothing\suits\storage.dm" @@ -2246,6 +2249,7 @@ #include "code\modules\clothing\under\miscellaneous_ch.dm" #include "code\modules\clothing\under\miscellaneous_vr.dm" #include "code\modules\clothing\under\nanotrasen_vr.dm" +#include "code\modules\clothing\under\neounder.dm" #include "code\modules\clothing\under\pants.dm" #include "code\modules\clothing\under\shiny_vr.dm" #include "code\modules\clothing\under\shorts.dm"