From 28b179908f3a307d338e8537f7547948561c0e88 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Wed, 17 Feb 2016 16:59:56 -0600 Subject: [PATCH] glorf --- code/modules/clothing/under/color.dm | 8 ++++++++ 1 file changed, 8 insertions(+) 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"