Files
Paradise/code/modules/customitems/item_defines.dm
T
2012-03-05 18:40:54 +10:30

8 lines
375 B
Plaintext

//add custom items you give to people here, and put their icons in custom_items.dmi
/obj/item/fluff // so that they don't spam up the object tree
icon = 'custom_items.dmi'
/obj/item/fluff/wes_solari_1
name = "Family Photograph"
desc = "A family photograph of a couple and a young child, Written on the back it says \"See you soon Dad -Roy\"."
icon_state = "wes_solari_1"