From a4529491ea3ef101de8f6895125f61d29e1fc490 Mon Sep 17 00:00:00 2001 From: Sishen Date: Thu, 25 Jul 2019 19:55:20 -0400 Subject: [PATCH] Update color.dm --- code/modules/clothing/under/color.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 321da13680..ebdc8382cf 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -56,7 +56,7 @@ /obj/item/clothing/under/color/black/ghost/Initialize() . = ..() - ADD_TRAIT(src, NODROP, DROPDEL) + ADD_TRAIT(src, TRAIT_NODROP, DROPDEL) /obj/item/clothing/under/color/grey name = "grey jumpsuit" desc = "A tasteful grey jumpsuit that reminds you of the good old days."