inherit OBJECT_OBJ;
void setup() {
set_name("vial");
set_short("vial of crystal");
set_adjectives(({ "crystal", "vial"}));
set_long("Small, perfectly formed shards of a unearthly, glowing "
"crystal float serenely suspended within this clear "
"vial. The shards themselves glow palely.\n");
}