diff --git a/code/game/objects/items/weapons/storage/toolbox.dm b/code/game/objects/items/weapons/storage/toolbox.dm index 973990df582..36b557963c1 100644 --- a/code/game/objects/items/weapons/storage/toolbox.dm +++ b/code/game/objects/items/weapons/storage/toolbox.dm @@ -113,6 +113,8 @@ force = 16 starts_with = list(\ /obj/item/clothing/gloves/yellow = 1,\ + /obj/item/clothing/gloves/yellow/specialt = 1,\ + /obj/item/clothing/gloves/yellow/specialu = 1,\ /obj/item/screwdriver = 1,\ /obj/item/wrench = 1,\ /obj/item/weldingtool = 1, diff --git a/html/changelogs/SpeciesInsulatedGloves.yml b/html/changelogs/SpeciesInsulatedGloves.yml new file mode 100644 index 00000000000..4fdf83acbd3 --- /dev/null +++ b/html/changelogs/SpeciesInsulatedGloves.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "The antag toolbox now also have insulated gloves fitting taj and unathi."