#include "path.h" inherit "/std/food"; setup() { set_name("necklace"); set_short("A brightly sparkling jewel encrusted gold necklace, with jewels no less."); set_main_plural("necklaces"); set_weight(6); set_value(50); add_alias("necklace"); add_alias("necklyace"); add_alias("chain"); }