From 8eb236f670a1556e09d04c9d85d55f440bc14b5f Mon Sep 17 00:00:00 2001 From: skull132 Date: Sat, 28 Mar 2015 17:42:53 +0200 Subject: [PATCH] Glamour's Work 2 Did some renaming --- code/modules/customitems/item_defines.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index da7ed275..1c5c2ffe 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1080,12 +1080,17 @@ usr.update_inv_wear_suit() +/obj/item/clothing/under/rank/fluff/faust_uniform //Eridani Federal Army uniform - Bryce Faust - Hackie Mhan + name = "Eridani Federal Army uniform" desc = "This uniform is old, with multiple stitches. Certain parts of the uniform are missing and yet it is still of a distinctly high quality" icon = 'icons/obj/custom_items.dmi' icon_state = "faust_uniform" item_color = "faust_uniform" item_state = "faust_uniform" +/obj/item/clothing/head/beret/fluff/faust_beret //military beret - Bryce Faust - Hackie Mhan + name = "military beret" + desc = "This beret has the Eridani Federal Army symbol, it's old but still in good shape." icon = 'icons/obj/custom_items.dmi' icon_state = "faust_beret" item_state = "faust_beret"