From 04ea26f6ee4dab0dcf961dce400adbb5e78ea761 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 11 Dec 2017 09:58:46 -0500 Subject: [PATCH] Merge pull request #33444 from Dorsisdwarf/gloves Changes captain glove description --- code/modules/clothing/gloves/color.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 257318ce80..4f108a505f 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -142,7 +142,7 @@ item_color = "cargo" //Exists for washing machines. Is not different from brown gloves in any way. /obj/item/clothing/gloves/color/captain - desc = "Regal blue gloves, with a nice gold trim. Swanky." + desc = "Regal blue gloves, with a nice gold trim, a diamond anti-shock coating, and an integrated thermal barrier. Swanky." name = "captain's gloves" icon_state = "captain" item_state = "egloves"