Various changes to black gloves (#21778)

- Leather gloves, black gloves and workboots now have unique names for
taj and unathi variants
- Updated the description of the leather and black gloves

The above was done so they can be recognized on sight, particularly in
the wardrobe machines where they otherwise looked identical.

- Renamed the black gloves to work gloves

This is effectively what they are. They have unique stats compared to
other colored gloves and as such, they should stand out a bit more aside
from just their description.

- Added taj and uanthi variants of the work gloves, leather gloves and
workboots to the wardrobe machines

The drobes had the human versions already, so this permits taj and
unathi to get their versions too.

- Made hangar techs spawn with work gloves and workboots

They already had access to these in the drobes, and it make sense for
their warehouse work that they got proper gear when spawning. The
workboots replace the sneakers they used to spawn.
This commit is contained in:
Casper3667
2026-02-03 11:10:21 +01:00
committed by GitHub
parent 4d43d53c6f
commit d002b8bd51
13 changed files with 54 additions and 21 deletions
@@ -22,7 +22,7 @@
/datum/gear/gloves/color/New()
..()
var/list/gloves = list()
gloves["black gloves"] = /obj/item/clothing/gloves/black
gloves["work gloves"] = /obj/item/clothing/gloves/black
gloves["red gloves"] = /obj/item/clothing/gloves/red
gloves["blue gloves"] = /obj/item/clothing/gloves/blue
gloves["orange gloves"] = /obj/item/clothing/gloves/orange
@@ -50,7 +50,7 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
/datum/gear/gloves/tajara/New()
..()
var/list/taj_gloves = list()
taj_gloves["black gloves"] = /obj/item/clothing/gloves/black/tajara
taj_gloves["work gloves"] = /obj/item/clothing/gloves/black/tajara
taj_gloves["red gloves"] = /obj/item/clothing/gloves/red/tajara
taj_gloves["blue gloves"] = /obj/item/clothing/gloves/blue/tajara
taj_gloves["orange gloves"] = /obj/item/clothing/gloves/orange/tajara
@@ -116,7 +116,7 @@
/datum/gear/gloves/unathi/New()
..()
var/list/un_gloves = list()
un_gloves["black gloves"] = /obj/item/clothing/gloves/black/unathi
un_gloves["work gloves"] = /obj/item/clothing/gloves/black/unathi
un_gloves["red gloves"] = /obj/item/clothing/gloves/red/unathi
un_gloves["blue gloves"] = /obj/item/clothing/gloves/blue/unathi
un_gloves["orange gloves"] = /obj/item/clothing/gloves/orange/unathi