From ec9ff70fd751d67afb2de3347587467fce0a2bac Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 8 Apr 2014 18:09:47 +0300 Subject: [PATCH] Custom items Yes, because we have those as a thing that you can apply for. Yay. --- code/modules/customitems/item_defines.dm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 44b4501a..7d488e6e 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -343,4 +343,16 @@ desc = "A black data-tablet" icon = 'icons/obj/custom_items.dmi' icon_state = "meowykins_pda" - slot_flags = SLOT_ID | SLOT_BELT \ No newline at end of file + slot_flags = SLOT_ID | SLOT_BELT + +/obj/item/weapon/storage/toolbox/mechanical/fluff/kaylee_toolbox //Kaylee's toolbox - Kaylee Summers - yeahchris - DONE + name = "Kaylee's toolbox" + desc = "A battered old red toolbox with fading paint. It used to have a name written on it in marker, but it has long since faded to the point of illegibility." + icon_state = "red" + item_state = "toolbox_red" + +/obj/item/clothing/under/dress/fluff/heather_skirt //Black skirt - Heather Wyatt - meowykins - DONE + name = "black skirt" + desc = "A plain black and grey skirt" + icon_state = "plaid_black" + item_color = "plaid_black" \ No newline at end of file