diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 2897abacc71..799b78c276f 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -24,6 +24,14 @@ item_state = "gy_suit" item_color = "grey" +/obj/item/clothing/under/color/grey/glorf + name = "ancient jumpsuit" + desc = "A terribly ragged and frayed grey jumpsuit. It looks like it hasn't been washed in over a decade." + +/obj/item/clothing/under/color/grey/glorf/hit_reaction(mob/living/carbon/human/owner) + owner.forcesay(hit_appends) + return 0 + /obj/item/clothing/under/color/blue name = "blue jumpsuit" icon_state = "blue"