version 1.52 | | version 1.53 |
---|
| | |
/* | | /* |
* static char *rcsid_item_c = | | * static char *rcsid_item_c = |
* "$Id: item.c,v 1.52 2005/10/08 09:56:43 ryo_saeba Exp $"; | | * "$Id: item.c,v 1.53 2005/10/21 19:03:24 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{TRAPDOOR, "trapdoor", "trapdoors", 0, 0}, | | {TRAPDOOR, "trapdoor", "trapdoors", 0, 0}, |
{SIGN, "sign", "signs", 0, 0}, | | {SIGN, "sign", "signs", 0, 0}, |
{BOOTS, "boots", "boots", SK_SMITHERY, 0}, | | {BOOTS, "boots", "boots", SK_SMITHERY, 0}, |
{GLOVES, "gloves", "glovess", SK_SMITHERY, 0}, | | {GLOVES, "gloves", "gloves", SK_SMITHERY, 0}, |
{SPELL, "spell", "spells", 0, 0}, | | {SPELL, "spell", "spells", 0, 0}, |
{SPELL_EFFECT, "spell effect", "spell effects", 0, 0}, | | {SPELL_EFFECT, "spell effect", "spell effects", 0, 0}, |
{CONVERTER, "converter", "converters", 0, 0}, | | {CONVERTER, "converter", "converters", 0, 0}, |