From 1e7c6daeafcd8c9ea4e6f74f35eda00bd4d562eb Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 11 Mar 2018 14:17:18 -0500 Subject: [PATCH] Update custom_items.dm --- modular_citadel/code/modules/custom_loadout/custom_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index e4a168b027..8001d71874 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -85,7 +85,7 @@ item_state = "labred" -/obj/item/clothing/suit/toggle/labcoat/mad/labredblack +/obj/item/clothing/suit/toggle/labcoat/labredblack name = "Black and Red Coat" desc = "An oddly special looking coat." icon = 'icons/obj/custom.dmi'