inherit "/obj/armour";
void setup()
{
set_base_armour("amulet");
set_name("amulet of aldinanachru");
add_alias("amulet");
set_main_plural("amulets of aldinanachru");
add_plural("amulets");
set_short("Amulet of Aldinanachru");
set_long("This amulet is a thin brass necklace with a mithril "
"pendent attached to it. Looking close at this "
"mithril stone, you begin to realize that it is a "
"perfect sculpture of Aldinanachru. With him being "
"a legendary newbie/gnome, this amulet is like a priceless "
"work of art\n");
}