From 711aa14905fc278e835dac3d755ae8b29027e8e8 Mon Sep 17 00:00:00 2001 From: ElorgRHG <71735193+ElorgRHG@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:26:36 +0200 Subject: [PATCH] Unapologetic Zeng-Hu vinyl gloves buff (it makes sense though) (#20687) So Zeng-Hu, a medical and science company has gloves right? But they're not on par with neither latex nor nitrile gloves, now that didn't make sense to me so here's a buff, now they're on par with nitrile gloves. (I don't know if glove powergaming happens but can reduce them to latex if _nitrile_ is too strong) --- .../preference_setup/loadout/items/factions.dm | 2 +- code/modules/clothing/gloves/color.dm | 7 ------- code/modules/clothing/gloves/miscellaneous.dm | 7 +++++++ .../elorgrhg-common-zeng-hu-l-amendment.yml | 13 +++++++++++++ maps/away/ships/scc/scc_scout_ship.dmm | 2 +- 5 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 html/changelogs/elorgrhg-common-zeng-hu-l-amendment.yml diff --git a/code/modules/client/preference_setup/loadout/items/factions.dm b/code/modules/client/preference_setup/loadout/items/factions.dm index 616ce528f58..de324b32139 100644 --- a/code/modules/client/preference_setup/loadout/items/factions.dm +++ b/code/modules/client/preference_setup/loadout/items/factions.dm @@ -628,7 +628,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co /datum/gear/faction/zenghu_gloves display_name = "zeng-hu vinyl gloves" - path = /obj/item/clothing/gloves/zeng + path = /obj/item/clothing/gloves/latex/nitrile/zeng slot = slot_gloves faction = "Zeng-Hu Pharmaceuticals" diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index f93ba4429d3..761790ee5fe 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -210,13 +210,6 @@ item_state = "full_leather_colour" species_restricted = list("exclude",BODYTYPE_GOLEM,BODYTYPE_VAURCA_BREEDER,BODYTYPE_VAURCA_WARFORM) -/obj/item/clothing/gloves/zeng - name = "zeng-hu vinyl gloves" - desc = "A key design element in the labwear was utility and compatibility with the Zeng-Hu positronic chassis workers that are ubiquitous throughout the corporation. \ - As a result they are breathable yet non-porous, allowing for ample airflow while retaining the cleanroom standards expected of a medical and scientific uniform." - icon_state = "zeng_gloves" - item_state = "zeng_gloves" - /obj/item/clothing/gloves/kala name = "skrell gloves" desc = "A sleek pair of gloves! They seem to be retaining moisture." diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 3956609d13b..b1faf1aeea0 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -87,6 +87,13 @@ balloon = /obj/item/toy/balloon/latex/nitrile anomaly_protection = 0.1 +/obj/item/clothing/gloves/latex/nitrile/zeng + name = "zeng-hu vinyl gloves" + desc = "A key design element in the labwear was utility and compatibility with the Zeng-Hu positronic chassis workers that are ubiquitous throughout the corporation. \ + As a result they are breathable yet non-porous, allowing for ample airflow while retaining the cleanroom standards expected of a medical and scientific uniform." + icon_state = "zeng_gloves" + item_state = "zeng_gloves" + /obj/item/clothing/gloves/latex/nitrile/unathi name = "unathi nitrile gloves" desc = "Sterile nitrile gloves. Designed for Unathi use." diff --git a/html/changelogs/elorgrhg-common-zeng-hu-l-amendment.yml b/html/changelogs/elorgrhg-common-zeng-hu-l-amendment.yml new file mode 100644 index 00000000000..4dddbf12bc9 --- /dev/null +++ b/html/changelogs/elorgrhg-common-zeng-hu-l-amendment.yml @@ -0,0 +1,13 @@ +# Your name. +author: ElorgRHG + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - balance: "Zeng-Hu vinyl gloves are now on par with nitrile gloves." diff --git a/maps/away/ships/scc/scc_scout_ship.dmm b/maps/away/ships/scc/scc_scout_ship.dmm index 8bc2f030ad4..db5dc47602a 100644 --- a/maps/away/ships/scc/scc_scout_ship.dmm +++ b/maps/away/ships/scc/scc_scout_ship.dmm @@ -3910,7 +3910,7 @@ /obj/structure/sign/flag/zenghu{ pixel_x = 32 }, -/obj/item/clothing/gloves/zeng, +/obj/item/clothing/gloves/latex/nitrile/zeng, /obj/item/clothing/head/beret/corporate/zeng, /obj/item/clothing/suit/storage/toggle/para_jacket/zeng, /obj/item/clothing/suit/storage/toggle/labcoat/zeng,