From 1e84547584a6063821cfa0ce86cee17a2ecfdc7a Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 13 May 2018 07:26:15 -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 21bed5ac52..fcc3d83187 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -345,7 +345,7 @@ item_state = "paperhat" /obj/item/clothing/suit/toggle/labcoat/mad/rdcoat - name = "RD Labcoat" + name = "Techomancers Labcoat" desc = "An oddly special looking coat." icon = 'icons/obj/custom.dmi' icon_state = "rdcoat"